X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpthread_sigmask;h=f45125956785e64e0a9c4982917736db30d7b83c;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=087c1589bc0b3cd3e1536f97f1ebc111cb3e50cf;hpb=fb3f754067034f95a9ed385284d4e42a1ec74449;p=gnulib.git diff --git a/modules/pthread_sigmask b/modules/pthread_sigmask index 087c1589b..f45125956 100644 --- a/modules/pthread_sigmask +++ b/modules/pthread_sigmask @@ -6,13 +6,15 @@ lib/pthread_sigmask.c m4/pthread_sigmask.m4 Depends-on: -signal +signal-h +threadlib sigprocmask [test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1] configure.ac: gl_FUNC_PTHREAD_SIGMASK if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then AC_LIBOBJ([pthread_sigmask]) + gl_PREREQ_PTHREAD_SIGMASK fi gl_SIGNAL_MODULE_INDICATOR([pthread_sigmask])