From: Bruno Haible Date: Sun, 8 Aug 2021 16:38:45 +0000 (+0200) Subject: fopen: Fix compilation error on AIX (regression from 2020-05-28). X-Git-Tag: v1.0~2672 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=bba5f1be170c22ffa518951fb1967cb3e8c5b19f;p=gnulib.git fopen: Fix compilation error on AIX (regression from 2020-05-28). * modules/fopen (Depends-on): Add fcntl-h. --- diff --git a/ChangeLog b/ChangeLog index 1003e58535..e7b88528e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-08-08 Bruno Haible + + fopen: Fix compilation error on AIX (regression from 2020-05-28). + * modules/fopen (Depends-on): Add fcntl-h. + 2021-08-08 Bruno Haible stdio: Improve GCC 11 allocation-deallocation checking. diff --git a/modules/fopen b/modules/fopen index 425cb61037..e672cd5de0 100644 --- a/modules/fopen +++ b/modules/fopen @@ -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]