view modules/pthread_sigmask @ 15366:3e995a908559

pthread_sigmask: Follow gnulib conventions. * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Renamed from gl_PTHREAD_SIGMASK. * modules/pthread_sigmask (configure.ac): Update.
author Bruno Haible <bruno@clisp.org>
date Fri, 08 Jul 2011 02:11:26 +0200
parents 8e2f1d4b9199
children 54bbcd9bb255
line wrap: on
line source

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:
<signal.h>

Link:
$(LIBMULTITHREAD)

License:
LGPLv2+

Maintainer:
Paul Eggert, Bruno Haible, Jim Meyering