summaryrefslogtreecommitdiff
path: root/doc/pastposix-functions
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/pastposix-functions
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/pastposix-functions')
-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
5 files changed, 15 insertions, 0 deletions
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