1 2 3 4 5 6 7 8 9 10
#include <signal.h> int sigwaitinfo(const sigset_t * restrict set, siginfo_t * restrict info) { return 0; } /* POSIX(199309) */