wait.h 187 B

1234567891011
  1. #define WNOHANG 1
  2. #define WUNTRACED 2
  3. #define WSTOPPED 2
  4. #define WEXITED 4
  5. #define WCONTINUED 8
  6. #define WNOWAIT 0x1000000
  7. #define P_ALL 0
  8. #define P_PID 1
  9. #define P_PGID 2