SIGRELSE(3) Library Functions Manual SIGRELSE(3)

sigrelse sigsetremove a signal from signal mask or modify signal disposition

#include <signal.h>

int sigrelse(int sig);
void (*sigset(int sig, void (*disp)(int)))(int);

Refer to signal(3) .

February 1997 posix.fail