From: Bruno Haible Date: Sun, 21 Sep 2025 19:30:58 +0000 (+0200) Subject: doc: Update for Android API level 37. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f8f8f770cb07506ff5b5a8af6f1fdfca6c93073;p=thirdparty%2Fgnulib.git doc: Update for Android API level 37. * doc/glibc-functions/sched_getattr.texi: Document that the function is missing on Android API level <= 36. * doc/glibc-functions/sched_setattr.texi: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 62d911f72b..286a53caae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-09-21 Bruno Haible + + doc: Update for Android API level 37. + * doc/glibc-functions/sched_getattr.texi: Document that the function is + missing on Android API level <= 36. + * doc/glibc-functions/sched_setattr.texi: Likewise. + 2025-09-21 Bruno Haible doc: Update for Android API level 36. diff --git a/doc/glibc-functions/sched_getattr.texi b/doc/glibc-functions/sched_getattr.texi index 99dc218b4a..9100d32a93 100644 --- a/doc/glibc-functions/sched_getattr.texi +++ b/doc/glibc-functions/sched_getattr.texi @@ -15,5 +15,5 @@ Portability problems not fixed by Gnulib: @item This function exists only on Linux and is therefore missing on most non-glibc platforms: -glibc 2.40, macOS 14, FreeBSD 13.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.10.x, mingw, MSVC 14. +glibc 2.40, macOS 14, FreeBSD 13.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.10.x, mingw, MSVC 14, Android API level 36. @end itemize diff --git a/doc/glibc-functions/sched_setattr.texi b/doc/glibc-functions/sched_setattr.texi index 945124ed5c..30262051d9 100644 --- a/doc/glibc-functions/sched_setattr.texi +++ b/doc/glibc-functions/sched_setattr.texi @@ -15,5 +15,5 @@ Portability problems not fixed by Gnulib: @item This function exists only on Linux and is therefore missing on most non-glibc platforms: -glibc 2.40, macOS 14, FreeBSD 13.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.10.x, mingw, MSVC 14. +glibc 2.40, macOS 14, FreeBSD 13.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.10.x, mingw, MSVC 14, Android API level 36. @end itemize