From: Paul Eggert Date: Fri, 18 Nov 2011 07:32:50 +0000 (-0800) Subject: * modules/getcwd (Depends-on): Add fdopendir. X-Git-Tag: v0.1~1432 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=0e001bcef28951d6b54271349ce8840f7c7c97e3;p=gnulib.git * modules/getcwd (Depends-on): Add fdopendir. This fixes one of the two problems reported by Kai Habel in . --- diff --git a/ChangeLog b/ChangeLog index 68c90deb8..a3733175b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-11-17 Paul Eggert + * modules/getcwd (Depends-on): Add fdopendir. + This fixes one of the two problems reported by Kai Habel in + . + modules/crypto/gc-*: simplify dependencies and fix stdalign.h bug stdalign problem reported by Ian Beckwith in . diff --git a/modules/getcwd b/modules/getcwd index 3bd2ba783..3f23f63bb 100644 --- a/modules/getcwd +++ b/modules/getcwd @@ -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]