diff options
author | Bruno Haible <bruno@clisp.org> | 2021-04-17 15:29:16 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2021-04-17 15:42:38 +0200 |
commit | 04a9dd8f1d49dead0fa20d979dfac1826e613de6 (patch) | |
tree | 19aada16c9489bc14bcc8155c652bb831c751ac8 /doc/glibc-functions/fgetwc_unlocked.texi | |
parent | 6664b43d03eb5acf0ac25c5570be6b8ecdd2ebde (diff) | |
download | gnulib-04a9dd8f1d49dead0fa20d979dfac1826e613de6.tar.gz |
doc: Update for FreeBSD 11.0, 12.0, 13.0.
* doc/posix-headers/*.texi: Update.
* doc/glibc-headers/*.texi: Update.
* doc/posix-functions/*.texi: Likewise.
* doc/pastposix-functions/*.texi: Likewise.
* doc/glibc-functions/*.texi: Likewise.
* m4/ptsname_r.m4 (gl_FUNC_PTSNAME_R): Update cross-compilation guess.
Diffstat (limited to 'doc/glibc-functions/fgetwc_unlocked.texi')
-rw-r--r-- | doc/glibc-functions/fgetwc_unlocked.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glibc-functions/fgetwc_unlocked.texi b/doc/glibc-functions/fgetwc_unlocked.texi index 5c734fc623..17e3bce081 100644 --- a/doc/glibc-functions/fgetwc_unlocked.texi +++ b/doc/glibc-functions/fgetwc_unlocked.texi @@ -27,7 +27,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on many non-glibc platforms: -macOS 11.1, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0. +macOS 11.1, FreeBSD 13.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0. @item On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. |