view modules/sigprocmask @ 10239:e7f22aa7841e

Revert use of sig-handler.h in sigprocmask.c. * modules/sigprocmask (Files): Don't rely on sig-handler.h, since it requires the existence of struct sigaction. * lib/sigprocmask.c (handler_t): Restore typedef. (rpl_signal, old_handlers): Use local type. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Mon, 23 Jun 2008 06:02:40 -0600
parents 54813304edd2
children 27a1858c4c79
line wrap: on
line source

Description:
POSIX compatible signal blocking.

Files:
lib/sigprocmask.c
m4/signalblocking.m4

Depends-on:
signal
stdint
raise

configure.ac:
gl_SIGNALBLOCKING
gl_SIGNAL_MODULE_INDICATOR([sigprocmask])

Makefile.am:

Include:
<signal.h>

License:
LGPL

Maintainer:
Bruno Haible