SIGPAUSE(3) Library Functions Manual SIGPAUSE(3)
NAME
sigpause — remove
a signal from the signal mask and suspend the thread
SYNOPSIS
#include <signal.h> int sigpause(int sig);
DESCRIPTION
Refer to signal(3) .
February 1997 posix.fail
sigpause — remove
a signal from the signal mask and suspend the thread
#include <signal.h> int sigpause(int sig);
Refer to signal(3) .