summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-04 08:07:03 +0100
committerBruno Haible <bruno@clisp.org>2023-01-04 08:07:03 +0100
commit16aa871ee856335af39213171afed55c391bed35 (patch)
tree5a600f975f4d7f8e368710e43de56bdbe79ab401 /doc
parent7c4ee88821d4ee0adc6511a0f6ead0e5ed6518b2 (diff)
downloadgnulib-16aa871ee856335af39213171afed55c391bed35.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/glibc-functions/getdtablesize.texi6
-rw-r--r--doc/glibc-functions/wait3.texi3
-rw-r--r--doc/pastposix-functions/ftime.texi3
-rw-r--r--doc/pastposix-functions/index.texi3
-rw-r--r--doc/pastposix-functions/pthread_attr_getstackaddr.texi3
-rw-r--r--doc/pastposix-functions/pthread_attr_setstackaddr.texi3
-rw-r--r--doc/pastposix-functions/wcswcs.texi3
7 files changed, 20 insertions, 4 deletions
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