ref: aa8af9c5a32b5f3afe0e612981fe4d9fada43d34 dir: /sys/src/ape/lib/ap/plan9/sigpending.c/
#include <signal.h> /* * BUG: don't keep track of these */ int sigpending(sigset_t *set) { *set = 0; return 0; }