shithub: plan9front

ref: 32a5ff9658cfa2d0d15cecf3b2a27be6b0742227
dir: /sys/src/ape/lib/ap/plan9/sigpending.c/

View raw version
#include <signal.h>

/*
 * BUG: don't keep track of these
 */
int
sigpending(sigset_t *set)
{
	*set = 0;
	return 0;
}