Depend on 'errno' module (for ESTALE).
authorBruno Haible <bruno@clisp.org>
Wed, 17 Jun 2009 08:40:56 +0000 (10:40 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Jun 2009 08:40:56 +0000 (10:40 +0200)
ChangeLog
modules/posix_spawn-internal

index 20a2ed5..dc85105 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-06-17  Bruno Haible  <bruno@clisp.org>
 
+       * modules/posix_spawn-internal (Depends-on): Add errno.
+
+2009-06-17  Bruno Haible  <bruno@clisp.org>
+
        Define missing ESTALE on Interix 3.5.
        * lib/errno.in.h (ESTALE): Assign a value if missing.
        * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
index 12aff37..211cc22 100644 (file)
@@ -9,6 +9,7 @@ m4/posix_spawn.m4
 Depends-on:
 spawn
 alloca-opt
+errno
 open
 strchrnul