mktime: fix daylight default
[gnulib.git] / doc / posix-headers / wctype.texi
blob4a1d8d99eb4a6562f37708a819aa5e721aed609f
1 @node wctype.h
2 @section @file{wctype.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/wctype.h.html}
6 Gnulib module: wctype-h
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 HP-UX 11.00.
13 @item
14 The type @code{wint_t} is incorrect on some platforms:
15 mingw, MSVC 14.
16 @item
17 The functions @code{isw*} are missing on some platforms:
18 FreeBSD 4.11.
19 @end itemize
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize