From: Bruno Haible Date: Wed, 4 Jan 2023 07:07:03 +0000 (+0100) Subject: doc: Update regarding Android. X-Git-Tag: v1.0~1906 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=16aa871ee856335af39213171afed55c391bed35;p=gnulib.git doc: Update regarding Android. * doc/glibc-functions/getdtablesize.texi: Update Android information. * doc/glibc-functions/wait3.texi: Likewise. * doc/pastposix-functions/ftime.texi: Likewise. * doc/pastposix-functions/index.texi: Likewise. * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Likewise. * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Likewise. * doc/pastposix-functions/wcswcs.texi: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 59a916a13a..a5798c9a81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2023-01-04 Bruno Haible + + doc: Update regarding Android. + * doc/glibc-functions/getdtablesize.texi: Update Android information. + * doc/glibc-functions/wait3.texi: Likewise. + * doc/pastposix-functions/ftime.texi: Likewise. + * doc/pastposix-functions/index.texi: Likewise. + * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Likewise. + * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Likewise. + * doc/pastposix-functions/wcswcs.texi: Likewise. + 2023-01-03 Bruno Haible ffsl, ffsll: Fix compilation error on Android. diff --git a/doc/glibc-functions/getdtablesize.texi b/doc/glibc-functions/getdtablesize.texi index 23084d9b52..f7e1a12244 100644 --- a/doc/glibc-functions/getdtablesize.texi +++ b/doc/glibc-functions/getdtablesize.texi @@ -15,15 +15,13 @@ Portability problems fixed by Gnulib: @item This function is missing on some platforms: Android LP64, mingw, MSVC 14, Android 9.0. - @item This function is not declared on some platforms: -Android LP32. - +Android 13 (LP32?). @item This function does not represent the true @code{RLIMIT_NOFILE} soft limit on some platforms: -Android LP32, Cygwin 1.7.25. +Android 13 (LP32?), Cygwin 1.7.25. @end itemize Portability problems not fixed by Gnulib: diff --git a/doc/glibc-functions/wait3.texi b/doc/glibc-functions/wait3.texi index 8aabeadf93..56d2af1fa3 100644 --- a/doc/glibc-functions/wait3.texi +++ b/doc/glibc-functions/wait3.texi @@ -26,4 +26,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: Minix 3.1.8, mingw, MSVC 14, Android 9.0. +@item +This function is not declared on some platforms: +Android 13. @end itemize diff --git a/doc/pastposix-functions/ftime.texi b/doc/pastposix-functions/ftime.texi index 37ffdc3912..6ed5c54dca 100644 --- a/doc/pastposix-functions/ftime.texi +++ b/doc/pastposix-functions/ftime.texi @@ -16,6 +16,9 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: macOS 11.1, FreeBSD 13.0, NetBSD 9.0, OpenBSD 6.7, Android 9.0. @item +This function is not declared on some platforms: +Android 13. +@item On native Windows platforms (mingw, MSVC), this function works incorrectly when the environment variable @code{TZ} has been set by Cygwin. @item diff --git a/doc/pastposix-functions/index.texi b/doc/pastposix-functions/index.texi index 786a2b50f2..d2aaf2a383 100644 --- a/doc/pastposix-functions/index.texi +++ b/doc/pastposix-functions/index.texi @@ -21,6 +21,9 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: mingw, MSVC 14, Android 9.0. @item +This function is not declared on some platforms: +Android 13. +@item This function is marked as ``legacy'' in POSIX@. Better use @code{strchr} instead. @end itemize diff --git a/doc/pastposix-functions/pthread_attr_getstackaddr.texi b/doc/pastposix-functions/pthread_attr_getstackaddr.texi index e1b68798e4..3b3ec03f79 100644 --- a/doc/pastposix-functions/pthread_attr_getstackaddr.texi +++ b/doc/pastposix-functions/pthread_attr_getstackaddr.texi @@ -16,4 +16,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: HP-UX 11, Cygwin 1.7.9, mingw, MSVC 14, Android 9.0. +@item +This function is not declared on some platforms: +Android 13. @end itemize diff --git a/doc/pastposix-functions/pthread_attr_setstackaddr.texi b/doc/pastposix-functions/pthread_attr_setstackaddr.texi index 1c7ad4cad1..0a08099d30 100644 --- a/doc/pastposix-functions/pthread_attr_setstackaddr.texi +++ b/doc/pastposix-functions/pthread_attr_setstackaddr.texi @@ -16,4 +16,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: HP-UX 11, Cygwin 1.7.9, mingw, MSVC 14, Android 9.0. +@item +This function is not declared on some platforms: +Android 13. @end itemize diff --git a/doc/pastposix-functions/wcswcs.texi b/doc/pastposix-functions/wcswcs.texi index 859066a641..07c40d4037 100644 --- a/doc/pastposix-functions/wcswcs.texi +++ b/doc/pastposix-functions/wcswcs.texi @@ -16,6 +16,9 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: macOS 11.1, FreeBSD 13.0, Cygwin 2.9, mingw, MSVC 14, Android 9.0. @item +This function is not declared on some platforms: +Android 13. +@item On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @item