Merge branch 'stable'
[gnulib.git] / doc / posix-headers / sys_select.texi
1 @node sys/select.h
2 @section @file{sys/select.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html}
5
6 Gnulib module: sys_select
7
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 9, BeOS.
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 does not define @code{struct timeval} on some platforms:
18 OSF/1 4.0.
19 @item
20 This header file is not self-contained---it requires @code{<string.h>}
21 before @code{FD_ZERO} can be used---on some platforms:
22 AIX 7.1, Solaris 11 2011-11.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize