ca98731bbdea5ef9aad1e294f3383e9058ac962b
[gnulib.git] / doc / posix-functions / pselect.texi
1 @node pselect
2 @section @code{pselect}
3 @findex pselect
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pselect.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
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.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
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.
23 @end itemize