sigwait_thr
if (thr_create(NULL, 0, (void *(*)(void *))sigwait_thr,
static void sigwait_thr(void);
if (thr_create(NULL, 0, sigwait_thr, NULL, 0, NULL) < 0) {