eb2d7b87d4a9cfc62cc6baf6a6cc02c448b6581c
[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 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 On platforms that do not natively support this function,
20 it has unspecified behavior in a multi-threaded process.
21 @end itemize