diff options
author | Bruno Haible <bruno@clisp.org> | 2023-01-04 08:07:03 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2023-01-04 08:07:03 +0100 |
commit | 16aa871ee856335af39213171afed55c391bed35 (patch) | |
tree | 5a600f975f4d7f8e368710e43de56bdbe79ab401 /doc/pastposix-functions/wcswcs.texi | |
parent | 7c4ee88821d4ee0adc6511a0f6ead0e5ed6518b2 (diff) | |
download | gnulib-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/wcswcs.texi')
-rw-r--r-- | doc/pastposix-functions/wcswcs.texi | 3 |
1 files changed, 3 insertions, 0 deletions
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 |