ref: 578af37678b2ea16e29d950cbc352823cd2491ab 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; }