]> Savannah Git Hosting - gnulib.git/commitdiff
* modules/getcwd (Depends-on): Add fdopendir.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Nov 2011 07:32:50 +0000 (23:32 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Nov 2011 07:32:50 +0000 (23:32 -0800)
This fixes one of the two problems reported by Kai Habel in
<http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00237.html>.

ChangeLog
modules/getcwd

index 68c90deb893d35045cb2bed0a8361a445579c6db..a3733175bfb717bc2a9f307a0c03b033bc3cfe9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * modules/getcwd (Depends-on): Add fdopendir.
+       This fixes one of the two problems reported by Kai Habel in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00237.html>.
+
        modules/crypto/gc-*: simplify dependencies and fix stdalign.h bug
        stdalign problem reported by Ian Beckwith in
        <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00238.html>.
index 3bd2ba783e43a1b88c14848081e2a1b7bb15c750..3f23f63bb9ffe5ce3292ffdc497586420388493b 100644 (file)
@@ -16,6 +16,7 @@ mempcpy         [test $REPLACE_GETCWD = 1]
 d-ino           [test $REPLACE_GETCWD = 1]
 memmove         [test $REPLACE_GETCWD = 1]
 openat          [test $REPLACE_GETCWD = 1]
+fdopendir       [test $REPLACE_GETCWD = 1]
 fstat           [test $REPLACE_GETCWD = 1]
 fstatat         [test $REPLACE_GETCWD = 1]
 opendir         [test $REPLACE_GETCWD = 1]