X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fposix-headers%2Fwctype.texi;h=38c239cb73f4fff06ea3d9a0ca4d2ab1aaad0299;hb=05f391a9c40aaf461aacd0a27fc90bfaafdc5ccc;hp=8f92e5cfdf5d6aa3c41f1b9f81c100516e6f64a4;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=pspp diff --git a/doc/posix-headers/wctype.texi b/doc/posix-headers/wctype.texi index 8f92e5cfdf..38c239cb73 100644 --- a/doc/posix-headers/wctype.texi +++ b/doc/posix-headers/wctype.texi @@ -1,9 +1,9 @@ @node wctype.h @section @file{wctype.h} -POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/wctype.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html} -Gnulib module: wctype +Gnulib module: wctype-h Portability problems fixed by Gnulib: @itemize @@ -20,8 +20,15 @@ IRIX 5.3. The functions @code{isw*} are missing on some platforms: FreeBSD 4.11. @item +The function @code{iswblank} is declared but not defined on some platforms: +IRIX 6.5.30. +@item The functions @code{isw*} are actually defined as macros that don't work, on IRIX 5.3. +@item +This header file defines some identifiers, such as @code{multibyte}, as macros +on some platforms: +Solaris 2.6. @end itemize Portability problems not fixed by Gnulib: