poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / fsync.texi
blob24305db340ec8ccbad279b6958174ec612f3e24c
1 @node fsync
2 @section @code{fsync}
3 @findex fsync
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fsync.html}
7 Gnulib module: fsync
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, MSVC 14.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 If the argument is a read-only file descriptor, this function fails
20 with @code{EBADF} on some platforms:
21 AIX 7.2, Cygwin 2.9.
22 @end itemize