Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / sigprocmask
blob8c6947bb7bf5a95be728ef5f48f106d420d3af79
1 Description:
2 POSIX compatible signal blocking.
4 Files:
5 lib/sigprocmask.c
6 m4/signalblocking.m4
8 Depends-on:
9 signal-h
10 stdint          [test $HAVE_POSIX_SIGNALBLOCKING = 0]
11 raise           [test $HAVE_POSIX_SIGNALBLOCKING = 0]
12 msvc-inval      [test $HAVE_POSIX_SIGNALBLOCKING = 0]
14 configure.ac:
15 gl_SIGNALBLOCKING
16 if test $HAVE_POSIX_SIGNALBLOCKING = 0; then
17   AC_LIBOBJ([sigprocmask])
18   gl_PREREQ_SIGPROCMASK
20 gl_SIGNAL_MODULE_INDICATOR([sigprocmask])
22 Makefile.am:
24 Include:
25 <signal.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all