summaryrefslogtreecommitdiff
path: root/src/sys/wait/idtype_t.h
blob: 194325b66799779ae887baa43c61ffa37f6c5f9a (plain)
1
2
3
4
5
6
7
8
9
10
#include <sys/wait.h>
typedef enum {
	P_ALL,
	P_PGID,
	P_PID
} idtype_t;
/*
XOPEN(400)
POSIX(200809)
*/