sigpause - remove a signal from the signal mask and suspend the thread
#include <signal.h> int sigpause(int sig);
Refer to signal().