summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-09-02 11:15:39 +0200
committerBruno Haible <bruno@clisp.org>2010-09-02 11:17:10 +0200
commit0ad84b5297860975e72ef9a27e2c3218c3628b33 (patch)
tree91db7f93cfa2d31c871321ecdf7e3a4a996b6151 /doc
parent033113d09f2bf94d366c6ddf1fbad47fed94f909 (diff)
downloadgnulib-0ad84b5297860975e72ef9a27e2c3218c3628b33.tar.gz
wctype: Avoid compilation error on IRIX 6.5.30.
* lib/wctype.in.h (iswblank): Declare with a replacement if REPLACE_ISWBLANK is set. * m4/wctype_h.m4 (gl_WCTYPE_H): Check also whether iswblank is declared. Set REPLACE_ISWBLANK. * modules/wctype (Makefile.am): Substitute REPLACE_ISWBLANK. * doc/posix-functions/iswblank.texi: Mention the IRIX 6.5.30 problem. * doc/posix-headers/wctype.texi: Likewise. Reported by Tom G. Christensen <tgc@jupiterrise.com>.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/iswblank.texi3
-rw-r--r--doc/posix-headers/wctype.texi3
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/posix-functions/iswblank.texi b/doc/posix-functions/iswblank.texi
index 8c44aa357f..453558e0a5 100644
--- a/doc/posix-functions/iswblank.texi
+++ b/doc/posix-functions/iswblank.texi
@@ -12,6 +12,9 @@ Portability problems fixed by Gnulib:
This function is missing on some platforms:
AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw.
@item
+This function is declared but not defined on some platforms:
+IRIX 6.5.30.
+@item
This function returns 0 for all possible arguments on some platforms:
Linux libc5.
@end itemize
diff --git a/doc/posix-headers/wctype.texi b/doc/posix-headers/wctype.texi
index 8f92e5cfdf..109deac317 100644
--- a/doc/posix-headers/wctype.texi
+++ b/doc/posix-headers/wctype.texi
@@ -20,6 +20,9 @@ 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.
@end itemize