From: Bruno Haible Date: Wed, 17 Jun 2009 08:40:56 +0000 (+0200) Subject: Depend on 'errno' module (for ESTALE). X-Git-Tag: v0.1~5860 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ea5142f7369225f5aef66f89f9b9d1421c6dceff;p=gnulib.git Depend on 'errno' module (for ESTALE). --- diff --git a/ChangeLog b/ChangeLog index 20a2ed5f1..dc851055c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-06-17 Bruno Haible + * modules/posix_spawn-internal (Depends-on): Add errno. + +2009-06-17 Bruno Haible + 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. diff --git a/modules/posix_spawn-internal b/modules/posix_spawn-internal index 12aff37cc..211cc22e4 100644 --- a/modules/posix_spawn-internal +++ b/modules/posix_spawn-internal @@ -9,6 +9,7 @@ m4/posix_spawn.m4 Depends-on: spawn alloca-opt +errno open strchrnul