sigwait (3) Linux Manual Page
sigwait – wait for a signal Synopsis #include <signal.h> int sigwait(const sigset_t *set, int *sig); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): sigwait(): Since glibc 2.26: _POSIX_C_SOURCE >= 199506L Glibc 2.25 and earlier: _POSIX_C_SOURCE Description The sigwait() function suspends execution of the calling thread until one of the signals specified in the signal set set becomes…
