summaryrefslogtreecommitdiff
path: root/doc/pastposix-functions
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pastposix-functions')
-rw-r--r--doc/pastposix-functions/bcmp.texi2
-rw-r--r--doc/pastposix-functions/bcopy.texi2
-rw-r--r--doc/pastposix-functions/bzero.texi2
-rw-r--r--doc/pastposix-functions/ecvt.texi2
-rw-r--r--doc/pastposix-functions/fcvt.texi2
-rw-r--r--doc/pastposix-functions/ftime.texi2
-rw-r--r--doc/pastposix-functions/gcvt.texi2
-rw-r--r--doc/pastposix-functions/getcontext.texi2
-rw-r--r--doc/pastposix-functions/getwd.texi2
-rw-r--r--doc/pastposix-functions/h_errno.texi2
-rw-r--r--doc/pastposix-functions/index.texi2
-rw-r--r--doc/pastposix-functions/makecontext.texi2
-rw-r--r--doc/pastposix-functions/pthread_attr_getstackaddr.texi2
-rw-r--r--doc/pastposix-functions/pthread_attr_setstackaddr.texi2
-rw-r--r--doc/pastposix-functions/rindex.texi2
-rw-r--r--doc/pastposix-functions/setcontext.texi2
-rw-r--r--doc/pastposix-functions/swapcontext.texi2
-rw-r--r--doc/pastposix-functions/ualarm.texi2
-rw-r--r--doc/pastposix-functions/wcswcs.texi2
19 files changed, 19 insertions, 19 deletions
diff --git a/doc/pastposix-functions/bcmp.texi b/doc/pastposix-functions/bcmp.texi
index f73cfff755..fa2544d2da 100644
--- a/doc/pastposix-functions/bcmp.texi
+++ b/doc/pastposix-functions/bcmp.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14.
+Solaris 2.4, mingw, MSVC 14, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{memcmp}
instead.
diff --git a/doc/pastposix-functions/bcopy.texi b/doc/pastposix-functions/bcopy.texi
index 82810c03ab..3afd02631d 100644
--- a/doc/pastposix-functions/bcopy.texi
+++ b/doc/pastposix-functions/bcopy.texi
@@ -10,7 +10,7 @@ Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14.
+Solaris 2.4, mingw, MSVC 14, Android 9.0.
@end itemize
Portability problems not fixed by Gnulib:
diff --git a/doc/pastposix-functions/bzero.texi b/doc/pastposix-functions/bzero.texi
index b3dda411f5..a67e5223fa 100644
--- a/doc/pastposix-functions/bzero.texi
+++ b/doc/pastposix-functions/bzero.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14.
+Solaris 2.4, mingw, MSVC 14, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{memset}
instead.
diff --git a/doc/pastposix-functions/ecvt.texi b/doc/pastposix-functions/ecvt.texi
index 22536437b6..c5e71e0fcf 100644
--- a/doc/pastposix-functions/ecvt.texi
+++ b/doc/pastposix-functions/ecvt.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 5.0.
+FreeBSD 6.0, NetBSD 5.0, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{sprintf}
instead.
diff --git a/doc/pastposix-functions/fcvt.texi b/doc/pastposix-functions/fcvt.texi
index d4ec25e874..2b15208fb1 100644
--- a/doc/pastposix-functions/fcvt.texi
+++ b/doc/pastposix-functions/fcvt.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 5.0.
+FreeBSD 6.0, NetBSD 5.0, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{sprintf}
instead.
diff --git a/doc/pastposix-functions/ftime.texi b/doc/pastposix-functions/ftime.texi
index 582a088163..2b2c0cee37 100644
--- a/doc/pastposix-functions/ftime.texi
+++ b/doc/pastposix-functions/ftime.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Android 9.0.
@item
On native Windows platforms (mingw, MSVC), this function works incorrectly
when the environment variable @code{TZ} has been set by Cygwin.
diff --git a/doc/pastposix-functions/gcvt.texi b/doc/pastposix-functions/gcvt.texi
index aaa8c0e9b1..d65f7fb20a 100644
--- a/doc/pastposix-functions/gcvt.texi
+++ b/doc/pastposix-functions/gcvt.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0.
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{sprintf}
instead.
diff --git a/doc/pastposix-functions/getcontext.texi b/doc/pastposix-functions/getcontext.texi
index ea0c12c2f7..be79bcb5d8 100644
--- a/doc/pastposix-functions/getcontext.texi
+++ b/doc/pastposix-functions/getcontext.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS.
+Mac OS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/getwd.texi b/doc/pastposix-functions/getwd.texi
index 6d33c6e884..add5b2b379 100644
--- a/doc/pastposix-functions/getwd.texi
+++ b/doc/pastposix-functions/getwd.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14, BeOS.
+Solaris 2.4, mingw, MSVC 14, BeOS, Android 9.0.
@item
The size of the buffer required for this function is not a compile-time
constant. Also, the function truncates a result that would be larger than
diff --git a/doc/pastposix-functions/h_errno.texi b/doc/pastposix-functions/h_errno.texi
index d1584551a4..8be32e2605 100644
--- a/doc/pastposix-functions/h_errno.texi
+++ b/doc/pastposix-functions/h_errno.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-IRIX 6.5, OSF/1 5.1, Cygwin, mingw, MSVC 14, Interix 3.5.
+IRIX 6.5, OSF/1 5.1, Cygwin, mingw, MSVC 14, Interix 3.5, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/index.texi b/doc/pastposix-functions/index.texi
index 87e6cefc8a..c1aab72724 100644
--- a/doc/pastposix-functions/index.texi
+++ b/doc/pastposix-functions/index.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14.
+Solaris 2.4, mingw, MSVC 14, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{strchr}
instead.
diff --git a/doc/pastposix-functions/makecontext.texi b/doc/pastposix-functions/makecontext.texi
index 69b01e455d..1f071f9e73 100644
--- a/doc/pastposix-functions/makecontext.texi
+++ b/doc/pastposix-functions/makecontext.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS.
+Mac OS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/pthread_attr_getstackaddr.texi b/doc/pastposix-functions/pthread_attr_getstackaddr.texi
index 9bbd7518de..a3cf1ac8a4 100644
--- a/doc/pastposix-functions/pthread_attr_getstackaddr.texi
+++ b/doc/pastposix-functions/pthread_attr_getstackaddr.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-HP-UX 11, Solaris 2.4, Cygwin 1.7.9, mingw, MSVC 14, BeOS.
+HP-UX 11, Solaris 2.4, Cygwin 1.7.9, mingw, MSVC 14, BeOS, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/pthread_attr_setstackaddr.texi b/doc/pastposix-functions/pthread_attr_setstackaddr.texi
index 08a089f59e..5c695abda1 100644
--- a/doc/pastposix-functions/pthread_attr_setstackaddr.texi
+++ b/doc/pastposix-functions/pthread_attr_setstackaddr.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-HP-UX 11, IRIX 5.3, Solaris 2.4, Cygwin 1.7.9, mingw, MSVC 14, BeOS.
+HP-UX 11, IRIX 5.3, Solaris 2.4, Cygwin 1.7.9, mingw, MSVC 14, BeOS, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/rindex.texi b/doc/pastposix-functions/rindex.texi
index 8ff704652d..3d60fdc777 100644
--- a/doc/pastposix-functions/rindex.texi
+++ b/doc/pastposix-functions/rindex.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14.
+Solaris 2.4, mingw, MSVC 14, Android 9.0.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{strrchr}
instead.
diff --git a/doc/pastposix-functions/setcontext.texi b/doc/pastposix-functions/setcontext.texi
index f37225be58..bbdb73ce05 100644
--- a/doc/pastposix-functions/setcontext.texi
+++ b/doc/pastposix-functions/setcontext.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS.
+Mac OS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@item
The effects of this call are system and compiler optimization dependent,
since it restores the contents of register-allocated variables but not
diff --git a/doc/pastposix-functions/swapcontext.texi b/doc/pastposix-functions/swapcontext.texi
index eeed13cad7..328c66d423 100644
--- a/doc/pastposix-functions/swapcontext.texi
+++ b/doc/pastposix-functions/swapcontext.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS.
+Mac OS X 10.4, OpenBSD 3.8, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/ualarm.texi b/doc/pastposix-functions/ualarm.texi
index 60fccebd4d..2d0db6a4b0 100644
--- a/doc/pastposix-functions/ualarm.texi
+++ b/doc/pastposix-functions/ualarm.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Solaris 2.4, mingw, MSVC 14, BeOS.
+Solaris 2.4, mingw, MSVC 14, BeOS, Android 9.0.
@end itemize
diff --git a/doc/pastposix-functions/wcswcs.texi b/doc/pastposix-functions/wcswcs.texi
index 60b70c851f..511eda5299 100644
--- a/doc/pastposix-functions/wcswcs.texi
+++ b/doc/pastposix-functions/wcswcs.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Mac OS X 10.5, FreeBSD 6.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, MSVC 14, BeOS.
+Mac OS X 10.5, FreeBSD 6.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, MSVC 14, BeOS, Android 9.0.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.