]> Savannah Git Hosting - gnulib.git/commitdiff
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 0ef0571e2d3b62da73afe87bcf486e54fd75fc7f..9f8b30bc7d60893bcf193637a698e833f7aeeb74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 3677316dfafed0acd8d770aa335c5a83b8cbc062..77ad097ca38516b5648bc539ca7242c500e7d64e 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]