poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / fdatasync.texi
blob8b3dd191bcab4c5bbfa97dd4ea4f7ee538cd81e6
1 @node fdatasync
2 @section @code{fdatasync}
3 @findex fdatasync
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html}
7 Gnulib module: fdatasync
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is present but not declared on some platforms:
13 Mac OS X 10.7.
14 @item
15 This function is missing on some platforms:
16 Mac OS X 10.5, FreeBSD 6.0, OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 14, Android 2.2.
17 @end itemize
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize