1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_LINUX_WAIT_H
8 #define _UAPI_LINUX_WAIT_H
9 #define WNOHANG 0x00000001
10 #define WUNTRACED 0x00000002
11 #define WSTOPPED WUNTRACED
12 #define WEXITED 0x00000004
13 #define WCONTINUED 0x00000008
14 #define WNOWAIT 0x01000000
15 #define __WNOTHREAD 0x20000000
16 #define __WALL 0x40000000
17 #define __WCLONE 0x80000000
18 #define P_ALL 0
19 #define P_PID 1
20 #define P_PGID 2
21 #define P_PIDFD 3
22 #endif
23