summaryrefslogtreecommitdiff
path: root/src/signal/sigwaitinfo.c
blob: de0976cf8646abf177123786957be7ffb2f137c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if 0

#include <signal.h>

int sigwaitinfo(const sigset_t * restrict set, siginfo_t * restrict info)
{
	return 0;
}

/*
POSIX(199309)
*/


#endif