changeset 30262:7888f228b935

Use the fixed open() function.
author Bruno Haible <bruno@clisp.org>
date Thu, 02 Oct 2008 12:24:27 +0200
parents 05fa0e19a085
children 1e0d911b94f2
files ChangeLog modules/posix_spawn-internal
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 02 11:59:19 2008 +0200
+++ b/ChangeLog	Thu Oct 02 12:24:27 2008 +0200
@@ -1,3 +1,7 @@
+2008-10-02  Bruno Haible  <bruno@clisp.org>
+
+	* modules/posix_spawn-internal (Depends-on): Add 'open'.
+
 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
 
 	* build-aux/bootstrap: Allow renaming bootstrap, and change the
--- a/modules/posix_spawn-internal	Thu Oct 02 11:59:19 2008 +0200
+++ b/modules/posix_spawn-internal	Thu Oct 02 12:24:27 2008 +0200
@@ -9,6 +9,7 @@
 Depends-on:
 spawn
 alloca-opt
+open
 strchrnul
 
 configure.ac: