From: Bruno Haible Date: Sun, 21 Sep 2025 19:28:33 +0000 (+0200) Subject: doc: Update for Android API level 36. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b540161654b1f3131347337234dcc661d454befa;p=thirdparty%2Fgnulib.git doc: Update for Android API level 36. * doc/glibc-functions/pthread_getaffinity_np.texi: Document that the function is missing on Android API level <= 35. * doc/glibc-functions/pthread_setaffinity_np.texi: Likewise. --- diff --git a/ChangeLog b/ChangeLog index ce2c03e1d0..62d911f72b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-09-21 Bruno Haible + + doc: Update for Android API level 36. + * doc/glibc-functions/pthread_getaffinity_np.texi: Document that the + function is missing on Android API level <= 35. + * doc/glibc-functions/pthread_setaffinity_np.texi: Likewise. + 2025-09-21 Bruno Haible chown, lchown: Fix regression on Cygwin 2.9.0 (regression today). diff --git a/doc/glibc-functions/pthread_getaffinity_np.texi b/doc/glibc-functions/pthread_getaffinity_np.texi index 0e6ee9351a..45dde76272 100644 --- a/doc/glibc-functions/pthread_getaffinity_np.texi +++ b/doc/glibc-functions/pthread_getaffinity_np.texi @@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on many non-glibc platforms: -glibc 2.3.2, macOS 14, FreeBSD 6.4, NetBSD 3.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.0.x, mingw, MSVC 14, Android 9.0. +glibc 2.3.2, macOS 14, FreeBSD 6.4, NetBSD 3.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.0.x, mingw, MSVC 14, Android API level 35. @item This function has a different signature on some platforms: glibc 2.3.3. diff --git a/doc/glibc-functions/pthread_setaffinity_np.texi b/doc/glibc-functions/pthread_setaffinity_np.texi index 45d5207a11..c0e33c46a5 100644 --- a/doc/glibc-functions/pthread_setaffinity_np.texi +++ b/doc/glibc-functions/pthread_setaffinity_np.texi @@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on many non-glibc platforms: -glibc 2.3.2, macOS 14, FreeBSD 6.4, NetBSD 3.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.0.x, mingw, MSVC 14, Android 9.0. +glibc 2.3.2, macOS 14, FreeBSD 6.4, NetBSD 3.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.0.x, mingw, MSVC 14, Android API level 35. @item This function has a different signature on some platforms: glibc 2.3.3.