blob: 7d9aa681aba11016e8b7172dd1540be2e7b9b343 [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001/****************************************************************************
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
Ben Cheng4b29af02012-03-07 16:14:53 -080014
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080015#define WNOHANG 0x00000001
16#define WUNTRACED 0x00000002
17#define WSTOPPED WUNTRACED
18#define WEXITED 0x00000004
19#define WCONTINUED 0x00000008
20#define WNOWAIT 0x01000000
Ben Cheng4b29af02012-03-07 16:14:53 -080021
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080022#define __WNOTHREAD 0x20000000
23#define __WALL 0x40000000
24#define __WCLONE 0x80000000
Ben Cheng4b29af02012-03-07 16:14:53 -080025
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080026#define P_ALL 0
27#define P_PID 1
28#define P_PGID 2
Ben Cheng4b29af02012-03-07 16:14:53 -080029
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080030#endif