SIGPAUSE(3) Library Functions Manual SIGPAUSE(3)

sigpauseremove a signal from the signal mask and suspend the thread

#include <signal.h>

int sigpause(int sig);

Refer to signal(3) .

February 1997 posix.fail