More documentation updates of the same kind:

2025-09-21  Bruno Haible  <[email protected]>

        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  <[email protected]>

        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.

>From b540161654b1f3131347337234dcc661d454befa Mon Sep 17 00:00:00 2001
From: Bruno Haible <[email protected]>
Date: Sun, 21 Sep 2025 21:28:33 +0200
Subject: [PATCH 1/2] 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.
---
 ChangeLog                                       | 7 +++++++
 doc/glibc-functions/pthread_getaffinity_np.texi | 2 +-
 doc/glibc-functions/pthread_setaffinity_np.texi | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ce2c03e1d0..62d911f72b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-09-21  Bruno Haible  <[email protected]>
+
+	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  <[email protected]>
 
 	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 @@
 @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 @@
 @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.
-- 
2.51.0

>From 1f8f8f770cb07506ff5b5a8af6f1fdfca6c93073 Mon Sep 17 00:00:00 2001
From: Bruno Haible <[email protected]>
Date: Sun, 21 Sep 2025 21:30:58 +0200
Subject: [PATCH 2/2] 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.
---
 ChangeLog                              | 7 +++++++
 doc/glibc-functions/sched_getattr.texi | 2 +-
 doc/glibc-functions/sched_setattr.texi | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 62d911f72b..286a53caae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-09-21  Bruno Haible  <[email protected]>
+
+	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  <[email protected]>
 
 	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 @@
 @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 @@
 @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
-- 
2.51.0

Reply via email to