]> Savannah Git Hosting - gnulib.git/commitdiff
fopen: Fix link error on native Windows.
authorBruno Haible <bruno@clisp.org>
Sun, 8 Aug 2021 16:54:06 +0000 (18:54 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 8 Aug 2021 16:54:06 +0000 (18:54 +0200)
* modules/fopen (Depends-on): Add close.

ChangeLog
modules/fopen

index e7b88528e4f4165bd105707664e1f75a9edb8596..fd21a946c0830a8b7ebdaf051e347755c3e3574a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-08-08  Bruno Haible  <bruno@clisp.org>
+
+       fopen: Fix link error on native Windows.
+       * modules/fopen (Depends-on): Add close.
+
 2021-08-08  Bruno Haible  <bruno@clisp.org>
 
        fopen: Fix compilation error on AIX (regression from 2020-05-28).
index e672cd5de02ff04e1ec88eaf4e9bd6ca8378f39a..da216c9cec01cb13293d0e1fa356bffe81418877 100644 (file)
@@ -11,6 +11,7 @@ largefile
 fcntl-h         [test $REPLACE_FOPEN = 1]
 stdbool         [test $REPLACE_FOPEN = 1]
 unistd          [test $REPLACE_FOPEN = 1]
+close           [test $REPLACE_FOPEN = 1]
 fstat           [test $REPLACE_FOPEN = 1]
 
 configure.ac: