diff options
Diffstat (limited to 'include/uapi/linux/wait.h')
| -rw-r--r-- | include/uapi/linux/wait.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/wait.h b/include/uapi/linux/wait.h index 9393eead23e2..85b809fc9f11 100644 --- a/include/uapi/linux/wait.h +++ b/include/uapi/linux/wait.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_LINUX_WAIT_H #define _UAPI_LINUX_WAIT_H @@ -16,6 +17,7 @@ #define P_ALL 0 #define P_PID 1 #define P_PGID 2 +#define P_PIDFD 3 #endif /* _UAPI_LINUX_WAIT_H */ |
