087c1589bc0b3cd3e1536f97f1ebc111cb3e50cf
[gnulib.git] / modules / pthread_sigmask
1 Description:
2 POSIX compatible signal blocking for threads.
3
4 Files:
5 lib/pthread_sigmask.c
6 m4/pthread_sigmask.m4
7
8 Depends-on:
9 signal
10 sigprocmask     [test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1]
11
12 configure.ac:
13 gl_FUNC_PTHREAD_SIGMASK
14 if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then
15   AC_LIBOBJ([pthread_sigmask])
16 fi
17 gl_SIGNAL_MODULE_INDICATOR([pthread_sigmask])
18
19 Makefile.am:
20
21 Include:
22 <signal.h>
23
24 Link:
25 $(LIB_PTHREAD_SIGMASK)
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Paul Eggert, Bruno Haible, Jim Meyering