1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/doc/posix-functions/fsync.texi
Paul Eggert 848a19c75c fsync: document AIX misbehavior
* doc/posix-functions/fsync.texi (fsync):
Document failure on AIX with read-only file descriptor.
2015-06-06 00:56:37 -07:00

23 lines
479 B
Plaintext

@node fsync
@section @code{fsync}
@findex fsync
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fsync.html}
Gnulib module: fsync
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
mingw, MSVC 9.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
If the argument is a read-only file descriptor, this function fails
with @code{EBADF} on some platforms:
AIX 7.1.
@end itemize