|
NAMEsigsetmask , sigblock —
manipulate current signal mask
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <signal.h>
int
int
int
DESCRIPTIONThis interface is made obsolete by:
sigprocmask(2).
The The system quietly disallows RETURN VALUESThesigblock () and sigsetmask ()
functions return the previous set of masked signals.
SEE ALSOkill(2), sigaction(2), sigprocmask(2), sigsuspend(2), sigvec(2), sigsetops(3)HISTORYThesigsetmask () and sigblock ()
functions first appeared in 4.2BSD and have been
deprecated.
Visit the GSP FreeBSD Man Page Interface. |