Branch
Hash :
9ae22bd5
Author :
Date :
2024-12-27T23:39:55
Rename module sys_select to sys_select-h. * modules/sys_select-h: Renamed from modules/sys_select. * modules/sys_select-h-tests: Renamed from modules/sys_select-tests. * modules/sys_select-h-c++-tests: Renamed from modules/sys_select-c++-tests. * tests/test-sys_select-h.c: Renamed from tests/test-sys_select.c. * tests/test-sys_select-h-c++.cc: Renamed from tests/test-sys_select-c++.cc. * doc/posix-headers/sys_select.texi: Update. * modules/* (Depends-on): Update. * modules/sys_select: New file.
@node sys/select.h
@section @file{sys/select.h}
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_select.h.html}
Gnulib module: sys_select-h
@mindex sys_select-h
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
HP-UX 11.11, NonStop Kernel, mingw, MSVC 14.
@item
This header file is not self-contained on some platforms: it requires
@code{<sys/types.h>} to be included first.
@item
This header file is not self-contained---it requires @code{<string.h>}
before @code{FD_ZERO} can be used---on some platforms:
AIX 7.1, Solaris 11.4.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize