0b44a031
400c5e5c ^
a7dbcf5c ^
1
2
3
4
5
6
#include <signal.h> int sigwaitinfo(const sigset_t *restrict mask, siginfo_t *restrict si) { return sigtimedwait(mask, si, 0); }