diff options
Diffstat (limited to 'sys/compat/linux/linux_event.h')
-rw-r--r-- | sys/compat/linux/linux_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_event.h b/sys/compat/linux/linux_event.h index f4bb803..37167ff 100644 --- a/sys/compat/linux/linux_event.h +++ b/sys/compat/linux/linux_event.h @@ -55,4 +55,6 @@ #define LINUX_EPOLL_CTL_DEL 2 #define LINUX_EPOLL_CTL_MOD 3 +#define LINUX_EFD_SEMAPHORE (1 << 0) + #endif /* !_LINUX_EVENT_H_ */ |