summaryrefslogtreecommitdiff
path: root/doc/pastposix-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-21 13:26:10 +0100
committerBruno Haible <bruno@clisp.org>2008-12-21 13:26:10 +0100
commit1a5312f7bbd8c94d2497c0b290a76003f76c8a3f (patch)
tree8f236f6a0477cc06ba079b27ed85b1b137f90f98 /doc/pastposix-functions
parentab777bf8ac5eb0ef86c9929fb0d4d2f8c7a7fa3a (diff)
downloadgnulib-1a5312f7bbd8c94d2497c0b290a76003f76c8a3f.tar.gz
Mention that AIX has a crippled wchar_t type.
Diffstat (limited to 'doc/pastposix-functions')
-rw-r--r--doc/pastposix-functions/wcswcs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pastposix-functions/wcswcs.texi b/doc/pastposix-functions/wcswcs.texi
index a318ecfc12..d34432e25c 100644
--- a/doc/pastposix-functions/wcswcs.texi
+++ b/doc/pastposix-functions/wcswcs.texi
@@ -16,7 +16,7 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
MacOS X 10.3, FreeBSD 6.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{wcsstr}