mktime: fix daylight default
[gnulib.git] / doc / posix-headers / sys_select.texi
blobc185a5f27b10cf70ef0e522e95e9802fbbd66d49
1 @node sys/select.h
2 @section @file{sys/select.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_select.h.html}
6 Gnulib module: sys_select
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 HP-UX 11.11, NonStop Kernel, mingw, MSVC 14.
13 @item
14 This header file is not self-contained on some platforms: it requires
15 @code{<sys/types.h>} to be included first.
16 @item
17 This header file is not self-contained---it requires @code{<string.h>}
18 before @code{FD_ZERO} can be used---on some platforms:
19 AIX 7.1, Solaris 11.4.
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize