summaryrefslogtreecommitdiff
path: root/doc/glibc-functions/sync_file_range.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 14:08:17 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 14:08:17 +0200
commit79894315a17392465bb1cd680ed10b6a54dfd895 (patch)
treec25ee1d656ef8ab877cc38ae2e22605fc082346f /doc/glibc-functions/sync_file_range.texi
parent7c132a63160c80f421d701f09d99a9dbabe2bcfb (diff)
downloadgnulib-79894315a17392465bb1cd680ed10b6a54dfd895.tar.gz
doc: Mention sync_file_range.
* doc/glibc-functions/sync_file_range.texi: New file. * doc/gnulib.texi (Glibc fcntl.h): Include it.
Diffstat (limited to 'doc/glibc-functions/sync_file_range.texi')
-rw-r--r--doc/glibc-functions/sync_file_range.texi18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/glibc-functions/sync_file_range.texi b/doc/glibc-functions/sync_file_range.texi
new file mode 100644
index 0000000000..2b458c4db9
--- /dev/null
+++ b/doc/glibc-functions/sync_file_range.texi
@@ -0,0 +1,18 @@
+@node sync_file_range
+@subsection @code{sync_file_range}
+@findex sync_file_range
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/sync_file_range.2.html,,man sync_file_range}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on many non-glibc platforms:
+glibc 2.5, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.3.
+@end itemize