ref: 7317d2d90a3358d6a8e93dd4d0666d42e31e4bc5 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; }