ca9b57e0a1c80b878d78734670d122f7657522db
[musl] / arch / x86_64 / bits / wait.h
1 #define WNOHANG    1
2 #define WUNTRACED  2
3
4 #define WSTOPPED   2
5 #define WEXITED    4
6 #define WCONTINUED 8
7 #define WNOWAIT    0x1000000
8
9 #define P_ALL  0
10 #define P_PID  1
11 #define P_PGID 2