2 @section @code{pselect}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pselect.html}
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
13 OpenBSD 3.8, AIX 5.1, HP-UX 11.23, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw, Interix 3.5, BeOS.
16 Portability problems not fixed by Gnulib:
19 When the @var{sigmask} argument is nonnull on platforms that do not
20 natively support this function, race conditions are possible when its
21 gnulib implementation temporarily modifies the signal mask, and the
22 behavior is unspecified in a multi-threaded process.