ref: 64640083dee2aaa5c407a8938cc44571333b9b6c 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; }