ref: 4a4d141f1f57a7831305e324410a8436cd5e8398 dir: /sys/src/ape/lib/ap/plan9/sigsuspend.c/
#include <signal.h> #include <errno.h> /* * BUG: doesn't work */ int sigsuspend(sigset_t *) { errno = EINVAL; return -1; }