pthread_sigmask: new module
[gnulib.git] / modules / pthread_sigmask
1 Description:
2 POSIX compatible signal blocking for threads.
3
4 Files:
5 m4/pthread_sigmask.m4
6
7 Depends-on:
8 signal
9 sigprocmask     [test $REPLACE_PTHREAD_SIGMASK = 1]
10
11 configure.ac:
12 gl_PTHREAD_SIGMASK
13 gl_SYS_SELECT_MODULE_INDICATOR([pthread_sigmask])
14
15 Makefile.am:
16
17 Include:
18 <signal.h>
19
20 Link:
21 $(LIBMULTITHREAD)
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Paul Eggert, Bruno Haible, Jim Meyering