Go to the documentation of this file. 1 #ifndef _UAPI_LINUX_WAIT_H
2 #define _UAPI_LINUX_WAIT_H
4 #define WNOHANG 0x00000001
5 #define WUNTRACED 0x00000002
6 #define WSTOPPED WUNTRACED
7 #define WEXITED 0x00000004
8 #define WCONTINUED 0x00000008
9 #define WNOWAIT 0x01000000
11 #define __WNOTHREAD 0x20000000
12 #define __WALL 0x40000000
13 #define __WCLONE 0x80000000