From 79894315a17392465bb1cd680ed10b6a54dfd895 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Jun 2019 14:08:17 +0200 Subject: [PATCH] doc: Mention sync_file_range. * doc/glibc-functions/sync_file_range.texi: New file. * doc/gnulib.texi (Glibc fcntl.h): Include it. --- doc/glibc-functions/sync_file_range.texi | 18 ++++++++++++++++++ doc/gnulib.texi | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 doc/glibc-functions/sync_file_range.texi 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 diff --git a/doc/gnulib.texi b/doc/gnulib.texi index cf38c4acb3..489fe6b523 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -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{} -- 2.39.5