]> Savannah Git Hosting - gnulib.git/commitdiff
fopen: Fix compilation error on AIX (regression from 2020-05-28).
authorBruno Haible <bruno@clisp.org>
Sun, 8 Aug 2021 16:38:45 +0000 (18:38 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 8 Aug 2021 16:38:45 +0000 (18:38 +0200)
* modules/fopen (Depends-on): Add fcntl-h.

ChangeLog
modules/fopen

index 1003e58535174d4e37dbe61cc2c6e62539276744..e7b88528e4f4165bd105707664e1f75a9edb8596 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-08-08  Bruno Haible  <bruno@clisp.org>
+
+       fopen: Fix compilation error on AIX (regression from 2020-05-28).
+       * modules/fopen (Depends-on): Add fcntl-h.
+
 2021-08-08  Bruno Haible  <bruno@clisp.org>
 
        stdio: Improve GCC 11 allocation-deallocation checking.
index 425cb610377ddfdf69a865ce5d8c225f39ddc854..e672cd5de02ff04e1ec88eaf4e9bd6ca8378f39a 100644 (file)
@@ -8,6 +8,7 @@ m4/fopen.m4
 Depends-on:
 stdio
 largefile
+fcntl-h         [test $REPLACE_FOPEN = 1]
 stdbool         [test $REPLACE_FOPEN = 1]
 unistd          [test $REPLACE_FOPEN = 1]
 fstat           [test $REPLACE_FOPEN = 1]