getcwd: Fix link error on MSVC 9.
authorBruno Haible <bruno@clisp.org>
Sun, 27 Nov 2011 23:44:07 +0000 (00:44 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 27 Nov 2011 23:44:07 +0000 (00:44 +0100)
* modules/getcwd (Depends-on): Add readdir, rewinddir.

ChangeLog
modules/getcwd

index 0ef0571..9f8b30b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-11-27  Bruno Haible  <bruno@clisp.org>
 
+       getcwd: Fix link error on MSVC 9.
+       * modules/getcwd (Depends-on): Add readdir, rewinddir.
+
+2011-11-27  Bruno Haible  <bruno@clisp.org>
+
        Don't set REPLACE_FOO to 1 if HAVE_FOO is 0.
        * m4/opendir.m4 (gl_FUNC_OPENDIR): Don't set REPLACE_OPENDIR to 1 if
        HAVE_OPENDIR is 0.
index 3677316..77ad097 100644 (file)
@@ -21,6 +21,8 @@ fdopendir       [test $REPLACE_GETCWD = 1]
 fstat           [test $REPLACE_GETCWD = 1]
 fstatat         [test $REPLACE_GETCWD = 1]
 opendir         [test $REPLACE_GETCWD = 1]
+readdir         [test $REPLACE_GETCWD = 1]
+rewinddir       [test $REPLACE_GETCWD = 1]
 closedir        [test $REPLACE_GETCWD = 1]
 stdbool         [test $REPLACE_GETCWD = 1]
 malloc-posix    [test $REPLACE_GETCWD = 1]