blob: 384b5e7749934451c42f6ae5e0dbef08adf01001 [file] [log] [blame]
#include <signal.h>
int sigtimedwait(const sigset_t* restrict mask, siginfo_t* restrict si,
const struct timespec* restrict timeout) {
return 0;
}