From: Collin Funk Date: Sat, 19 Jul 2025 03:35:29 +0000 (-0700) Subject: doc: Mention GNU/Hurd is missing sync_file_range. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50bfdb362c91f8926b592fc155d89879808dc03;p=thirdparty%2Fgnulib.git doc: Mention GNU/Hurd is missing sync_file_range. * doc/glibc-functions/sync_file_range.texi: Add GNU/Hurd to the list of platforms missing sync_file_range. --- diff --git a/ChangeLog b/ChangeLog index ecb8923da4..87fdf0d51a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-07-18 Collin Funk + + doc: Mention GNU/Hurd is missing sync_file_range. + * doc/glibc-functions/sync_file_range.texi: Add GNU/Hurd to the list of + platforms missing sync_file_range. + 2025-07-17 Bruno Haible parse-datetime: Update documentation regarding non-Gregorian calendars. diff --git a/doc/glibc-functions/sync_file_range.texi b/doc/glibc-functions/sync_file_range.texi index b4a6035318..95f8d4e26a 100644 --- a/doc/glibc-functions/sync_file_range.texi +++ b/doc/glibc-functions/sync_file_range.texi @@ -15,5 +15,5 @@ Portability problems not fixed by Gnulib: @item This function exists only on Linux and is therefore missing on many non-glibc platforms: -glibc 2.5, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 4.3. +glibc 2.5, GNU/Hurd, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 4.3. @end itemize