SIGHOLD(3) Library Functions Manual SIGHOLD(3)
NAME
sighold sigignore
— add a signal to the signal mask or set a signal
disposition to be ignored
SYNOPSIS
#include <signal.h> int sighold(int sig); int sigignore(int sig);
DESCRIPTION
Refer to signal(3) .
February 1997 posix.fail