* 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 68c90de..a373317 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 3bd2ba7..3f23f63 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]