pthread_sigmask: Ensure declaration in <signal.h> also on Solaris 2.6.
[gnulib.git] / doc / posix-functions / pthread_sigmask.texi
1 @node pthread_sigmask
2 @section @code{pthread_sigmask}
3 @findex pthread_sigmask
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_sigmask.html}
6
7 Gnulib module: pthread_sigmask
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Solaris 2.4, mingw, BeOS.
14 @item
15 This function is declared in @code{<pthread.h>} instead of @code{<signal.h>}
16 on some platforms:
17 MacOS X 10.3, FreeBSD 6.4, OpenBSD 3.8, OSF/1 4.0, Solaris 2.6.
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 On platforms that do not natively support this function,
24 it has unspecified behavior in a multi-threaded process.
25 @end itemize