mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-03 20:21:35 +00:00
* doc/posix-headers/*.texi: Add info about MSVC 14. * doc/posix-functions/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-headers/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise.
21 lines
441 B
Plaintext
21 lines
441 B
Plaintext
@node poll.h
|
|
@section @file{poll.h}
|
|
|
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/poll.h.html}
|
|
|
|
Gnulib module: poll-h
|
|
|
|
Portability problems fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This header file is missing on some platforms:
|
|
mingw, MSVC 14, BeOS.
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This header file does not defined @code{nfds_t} on some platforms:
|
|
IRIX 5.3.
|
|
@end itemize
|