mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
273 B
Plaintext
27 lines
273 B
Plaintext
Description:
|
|
POSIX compatible signal blocking.
|
|
|
|
Files:
|
|
lib/sigprocmask.c
|
|
m4/signalblocking.m4
|
|
|
|
Depends-on:
|
|
signal
|
|
stdint
|
|
|
|
configure.ac:
|
|
gl_SIGNALBLOCKING
|
|
gl_SIGNAL_MODULE_INDICATOR([sigprocmask])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<signal.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|