Description: POSIX compatible signal blocking for threads. Files: lib/pthread_sigmask.c m4/pthread_sigmask.m4 Depends-on: signal sigprocmask [test $HAVE_PTHREAD_SIGMASK = 0] configure.ac: gl_FUNC_PTHREAD_SIGMASK if test $HAVE_PTHREAD_SIGMASK = 0; then AC_LIBOBJ([pthread_sigmask]) fi gl_SIGNAL_MODULE_INDICATOR([pthread_sigmask]) Makefile.am: Include: Link: $(LIBMULTITHREAD) License: LGPLv2+ Maintainer: Paul Eggert, Bruno Haible, Jim Meyering