903606576ff12020ed15f5c59dd611f6d338ad46
[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/susv3xbd/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, mingw, 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 Solaris 10.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize