openat: test for fstatat (AT_FDCWD, ..., 0) bug
[gnulib.git] / doc / posix-headers / wctype.texi
1 @node wctype.h
2 @section @file{wctype.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html}
5
6 Gnulib module: wctype-h
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 HP-UX 11.00, BeOS.
13 @item
14 This header file is not self-contained on some platforms:
15 Solaris 2.5, OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1.
16 @item
17 The type @code{wint_t} and macro @code{WEOF} are missing on some platforms:
18 IRIX 5.3.
19 @item
20 The functions @code{isw*} are missing on some platforms:
21 FreeBSD 4.11.
22 @item
23 The function @code{iswblank} is declared but not defined on some platforms:
24 IRIX 6.5.30.
25 @item
26 The functions @code{isw*} are actually defined as macros that don't work,
27 on IRIX 5.3.
28 @item
29 This header file defines some identifiers, such as @code{multibyte}, as macros
30 on some platforms:
31 Solaris 2.6.
32 @end itemize
33
34 Portability problems not fixed by Gnulib:
35 @itemize
36 @end itemize