changeset 10571:8a5e51b0fb50

Use the fixed open() function.
author Bruno Haible <bruno@clisp.org>
date Thu, 02 Oct 2008 12:24:27 +0200
parents 83a431076ee1
children 6329ac05c888
files ChangeLog modules/posix_spawn-internal
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+++ b/modules/posix_spawn-internal
@@ -9,6 +9,7 @@
 Depends-on:
 spawn
 alloca-opt
+open
 strchrnul
 
 configure.ac: