Port musl to x86-64. One giant commit!
[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