From: Bruno Haible Date: Wed, 4 Sep 2024 08:21:31 +0000 (+0200) Subject: Doc regarding functions introduced in Android API level 35. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6db3edf95439f7087e60fda5e79e2c12507a6ad4;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index c241453a5b..c4c34d2782 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-09-04 Bruno Haible + + 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 tests: Strenghten tests with invalid file descriptor. diff --git a/doc/glibc-functions/epoll_pwait2.texi b/doc/glibc-functions/epoll_pwait2.texi index ac7c71b013..bbf6de7cfe 100644 --- a/doc/glibc-functions/epoll_pwait2.texi +++ b/doc/glibc-functions/epoll_pwait2.texi @@ -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 diff --git a/doc/glibc-functions/strerrorname_np.texi b/doc/glibc-functions/strerrorname_np.texi index 4268bb9a81..2f83348ea4 100644 --- a/doc/glibc-functions/strerrorname_np.texi +++ b/doc/glibc-functions/strerrorname_np.texi @@ -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 diff --git a/doc/posix-functions/_Fork.texi b/doc/posix-functions/_Fork.texi index f502cc290e..15fc6a203d 100644 --- a/doc/posix-functions/_Fork.texi +++ b/doc/posix-functions/_Fork.texi @@ -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