regex: Use space optimization also with clang.
[gnulib.git] / doc / posix-headers / sys_select.texi
blob8cbe7b0dd28c3e1a019a555ef68c550412a4dc1c
1 @node sys/select.h
2 @section @file{sys/select.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/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