From: Collin Funk Date: Tue, 22 Jul 2025 21:40:50 +0000 (-0700) Subject: doc: Document that fsync doesn't work on directories on AIX 7.3. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7075f2377516eef250d2409307219bb80de3d373;p=thirdparty%2Fgnulib.git doc: Document that fsync doesn't work on directories on AIX 7.3. Reported by Lakshmi-Surekha in: . * doc/posix-functions/fsync.texi: Document the behavior. --- diff --git a/ChangeLog b/ChangeLog index ac20d475da..3cebc0d793 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-07-22 Collin Funk + + doc: Document that fsync doesn't work on directories on AIX 7.3. + Reported by Lakshmi-Surekha in: + . + * doc/posix-functions/fsync.texi: Document the behavior. + 2025-07-22 Paul Eggert mkdir-p: ENOENT/ENOTDIR safety and consistency diff --git a/doc/posix-functions/fsync.texi b/doc/posix-functions/fsync.texi index d9149b4685..924546516b 100644 --- a/doc/posix-functions/fsync.texi +++ b/doc/posix-functions/fsync.texi @@ -20,4 +20,9 @@ Portability problems not fixed by Gnulib: If the argument is a read-only file descriptor, this function fails with @code{EBADF} on some platforms: AIX 7.2, Cygwin 2.9. + +@item +If the argument is a directory file descriptor, this function fails with +@code{EBADF} on some platforms: +AIX 7.3. @end itemize