blob: 800135e46dc78a922d73cafe83d719577d59fb3a [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _UAPI_LINUX_WAIT_H
8#define _UAPI_LINUX_WAIT_H
9#define WNOHANG 0x00000001
10#define WUNTRACED 0x00000002
Ben Cheng655a7c02013-10-16 16:09:24 -070011#define WSTOPPED WUNTRACED
12#define WEXITED 0x00000004
13#define WCONTINUED 0x00000008
14#define WNOWAIT 0x01000000
Ben Cheng655a7c02013-10-16 16:09:24 -070015#define __WNOTHREAD 0x20000000
16#define __WALL 0x40000000
17#define __WCLONE 0x80000000
18#define P_ALL 0
Ben Cheng655a7c02013-10-16 16:09:24 -070019#define P_PID 1
20#define P_PGID 2
Christopher Ferris9584fa42019-12-09 15:36:13 -080021#define P_PIDFD 3
Nick Kralevicha67e4de2013-01-14 11:28:26 -080022#endif