Reported by Lakshmi-Surekha <Lakshmi.Kovvuri@ibm.com> in:
<https://github.com/tukaani-project/xz/issues/188>.
* doc/posix-functions/fsync.texi: Document the behavior.
+2025-07-22 Collin Funk <collin.funk1@gmail.com>
+
+ doc: Document that fsync doesn't work on directories on AIX 7.3.
+ Reported by Lakshmi-Surekha <Lakshmi.Kovvuri@ibm.com> in:
+ <https://github.com/tukaani-project/xz/issues/188>.
+ * doc/posix-functions/fsync.texi: Document the behavior.
+
2025-07-22 Paul Eggert <eggert@cs.ucla.edu>
mkdir-p: ENOENT/ENOTDIR safety and consistency
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