doc: Update for Solaris 11.4.
[gnulib.git] / doc / posix-functions / sigwait.texi
blobc0da4700cce8211b31cb4573ca7434adf7cebdc1
1 @node sigwait
2 @section @code{sigwait}
3 @findex sigwait
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sigwait.html}
7 Gnulib module: extensions
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function has an incompatible declaration on some platforms:
13 Solaris 11.4 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function is missing on some platforms:
20 Minix 3.1.8, mingw, MSVC 14, BeOS.
21 @item
22 On Linux/glibc platforms before the advent of NPTL, signals could only be
23 sent to one particular thread.  In POSIX, signals are sent to the entire
24 process and executed by any thread of the process that happens to have the
25 particular signal currently unblocked.
26 @end itemize