/* * 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 #include #define PIDFD_NONBLOCK O_NONBLOCK #define PIDFD_THREAD O_EXCL #define PIDFD_SIGNAL_THREAD (1UL << 0) #define PIDFD_SIGNAL_THREAD_GROUP (1UL << 1) #define PIDFD_SIGNAL_PROCESS_GROUP (1UL << 2) #endif