#include <signal.h> int sigsuspend( const sigset_t *sigmask );
On error, this routine returns -1 and sets errno
to one of
the following:
This function temporarily replaces the signal mask for the process
with that specified by sigmask
and blocks the calling thread
until the signal is raised.
NONE
Copyright © 1988-2000 OAR Corporation