2 POSIX compatible signal blocking for threads.
11 sigprocmask [test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1]
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
19 gl_SIGNAL_MODULE_INDICATOR([pthread_sigmask])
27 $(LIB_PTHREAD_SIGMASK)
33 Paul Eggert, Bruno Haible, Jim Meyering