Mercurial > hg > octave-lojdl > gnulib-hg
changeset 16094:8675282c0ef4
* 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>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 17 Nov 2011 23:32:50 -0800 |
parents | 8c4227e2df6c |
children | 02a734ccfb9a |
files | ChangeLog modules/getcwd |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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>.
--- a/modules/getcwd +++ b/modules/getcwd @@ -16,6 +16,7 @@ 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]