ref: 4a30e556f7b66bcd2e68ab04bd3c9c42e1e4dfac 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; }