| /* | |
| * This file is auto-generated. Modifications will be lost. | |
| * | |
| * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | |
| * for more information. | |
| */ | |
| #ifndef _UAPI_LINUX_PIDFD_H | |
| #define _UAPI_LINUX_PIDFD_H | |
| #include <linux/types.h> | |
| #include <linux/fcntl.h> | |
| #define PIDFD_NONBLOCK O_NONBLOCK | |
| #endif |