summaryrefslogtreecommitdiff
path: root/src/sys/wait/waitid.c
blob: 68991583a4732c05c523e6cf90fd21977c9eda25 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <sys/wait.h>

int waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options)
{
	return 0;
}

/*
XOPEN(400)
POSIX(200809)
*/