mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
187 B
12 lines
187 B
|
15 years ago
|
#define WNOHANG 1
|
||
|
|
#define WUNTRACED 2
|
||
|
|
|
||
|
|
#define WSTOPPED 2
|
||
|
|
#define WEXITED 4
|
||
|
|
#define WCONTINUED 8
|
||
|
|
#define WNOWAIT 0x1000000
|
||
|
|
|
||
|
|
#define P_ALL 0
|
||
|
|
#define P_PID 1
|
||
|
|
#define P_PGID 2
|