verify: new macro 'assume'
[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-h
10 threadlib
11 sigprocmask     [test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1]
12
13 configure.ac:
14 gl_FUNC_PTHREAD_SIGMASK
15 if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then
16   AC_LIBOBJ([pthread_sigmask])
17   gl_PREREQ_PTHREAD_SIGMASK
18 fi
19 gl_SIGNAL_MODULE_INDICATOR([pthread_sigmask])
20
21 Makefile.am:
22
23 Include:
24 <signal.h>
25
26 Link:
27 $(LIB_PTHREAD_SIGMASK)
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Paul Eggert, Bruno Haible, Jim Meyering