ref: 0236b8f18d80a6b8d029dac77ffb73b5f0af6db9 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; }