From 0e001bcef28951d6b54271349ce8840f7c7c97e3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 17 Nov 2011 23:32:50 -0800 Subject: [PATCH] * modules/getcwd (Depends-on): Add fdopendir. This fixes one of the two problems reported by Kai Habel in . --- ChangeLog | 4 ++++ modules/getcwd | 1 + 2 files changed, 5 insertions(+) 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] -- 2.11.0