]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention sync_file_range.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:17 +0000 (14:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:17 +0000 (14:08 +0200)
* doc/glibc-functions/sync_file_range.texi: New file.
* doc/gnulib.texi (Glibc fcntl.h): Include it.

doc/glibc-functions/sync_file_range.texi [new file with mode: 0644]
doc/gnulib.texi

diff --git a/doc/glibc-functions/sync_file_range.texi b/doc/glibc-functions/sync_file_range.texi
new file mode 100644 (file)
index 0000000..2b458c4
--- /dev/null
@@ -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
index cf38c4acb38bf50d42bf31653979deb411921384..489fe6b523e4c43804951e2e150cc254f2022600 100644 (file)
@@ -3949,12 +3949,14 @@ This list of functions is sorted according to the header that declares them.
 * name_to_handle_at::
 * readahead::
 * open_by_handle_at::
+* sync_file_range::
 @end menu
 
 @include glibc-functions/fallocate.texi
 @include glibc-functions/name_to_handle_at.texi
 @include glibc-functions/readahead.texi
 @include glibc-functions/open_by_handle_at.texi
+@include glibc-functions/sync_file_range.texi
 
 @node Glibc fenv.h
 @section Glibc Extensions to @code{<fenv.h>}