]> Savannah Git Hosting - gnulib.git/commitdiff
Doc regarding functions introduced in Android API level 35.
authorBruno Haible <bruno@clisp.org>
Wed, 4 Sep 2024 08:21:31 +0000 (10:21 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 4 Sep 2024 08:21:31 +0000 (10:21 +0200)
* doc/posix-functions/_Fork.texi: Mention the Android API levels.
* doc/glibc-functions/epoll_pwait2.texi: Likewise.
* doc/glibc-functions/strerrorname_np.texi: Likewise.

ChangeLog
doc/glibc-functions/epoll_pwait2.texi
doc/glibc-functions/strerrorname_np.texi
doc/posix-functions/_Fork.texi

index c241453a5bd1137b1f675d1535898099b6567db4..c4c34d2782d537e00291023ef490096fd9a019c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-09-04  Bruno Haible  <bruno@clisp.org>
+
+       Doc regarding functions introduced in Android API level 35.
+       * doc/posix-functions/_Fork.texi: Mention the Android API levels.
+       * doc/glibc-functions/epoll_pwait2.texi: Likewise.
+       * doc/glibc-functions/strerrorname_np.texi: Likewise.
+
 2024-09-03  Bruno Haible  <bruno@clisp.org>
 
        tests: Strenghten tests with invalid file descriptor.
index ac7c71b013a967c9401180d13300a7d593f0328d..bbf6de7cfe57603b9b826ab2c43e98d871b9293f 100644 (file)
@@ -13,6 +13,7 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This function is missing on all non-glibc platforms:
-glibc 2.34, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android.
+This function exists only on Linux and is therefore
+missing on many non-glibc platforms:
+glibc 2.34, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android API level 34.
 @end itemize
index 4268bb9a81667858290bb14ace46cc24780dc05d..2f83348ea43d0984ae4cd25f6a192f31d87e4550 100644 (file)
@@ -15,8 +15,8 @@ Gnulib module: strerrorname_np
 Portability problems fixed by Gnulib:
 @itemize
 @item
-This function is missing on all non-glibc platforms:
-glibc 2.31, 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 9.0.
+This function is missing on many platforms:
+glibc 2.31, 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 API level 34.
 @item
 This function returns wrong values on some platforms:
 @c https://sourceware.org/bugzilla/show_bug.cgi?id=26555
index f502cc290e35cd773afd6ba94986437f26944318..15fc6a203defac9bbd3f5512675b3435f0006e06 100644 (file)
@@ -21,6 +21,6 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This function is missing on all non-glibc platforms:
-glibc 2.33, macOS 14, FreeBSD 13.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
+This function is missing on many platforms:
+glibc 2.33, macOS 14, FreeBSD 13.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android API level 34.
 @end itemize