Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
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 | */ | ||||
Christopher Ferris | 8666d04 | 2023-09-06 14:55:31 -0700 | [diff] [blame] | 7 | #ifndef _UAPI_LINUX_EVENTFD_H |
8 | #define _UAPI_LINUX_EVENTFD_H | ||||
9 | #include <linux/fcntl.h> | ||||
10 | #define EFD_SEMAPHORE (1 << 0) | ||||
11 | #define EFD_CLOEXEC O_CLOEXEC | ||||
12 | #define EFD_NONBLOCK O_NONBLOCK | ||||
13 | #endif |