OSDN Git Service

Check in released NDK version r4.
[android-x86/prebuilt.git] / ndk / android-ndk-r4 / darwin / platforms / android-8 / arch-x86 / usr / include / linux / wait.h
1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Linux kernel header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to libc.  It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ****************************************************************************
11  ****************************************************************************/
12 #ifndef _LINUX_WAIT_H
13 #define _LINUX_WAIT_H
14
15 #define WNOHANG 0x00000001
16 #define WUNTRACED 0x00000002
17 #define WSTOPPED WUNTRACED
18 #define WEXITED 0x00000004
19 #define WCONTINUED 0x00000008
20 #define WNOWAIT 0x01000000  
21
22 #define __WNOTHREAD 0x20000000  
23 #define __WALL 0x40000000  
24 #define __WCLONE 0x80000000  
25
26 #define P_ALL 0
27 #define P_PID 1
28 #define P_PGID 2
29
30 #endif