aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/eventpoll.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/linux/eventpoll.h')
-rw-r--r--original/uapi/linux/eventpoll.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/original/uapi/linux/eventpoll.h b/original/uapi/linux/eventpoll.h
index bc81fb2..1c31549 100644
--- a/original/uapi/linux/eventpoll.h
+++ b/original/uapi/linux/eventpoll.h
@@ -26,6 +26,9 @@
#define EPOLL_CTL_DEL 2
#define EPOLL_CTL_MOD 3
+/* Set exclusive wakeup mode for the target file descriptor */
+#define EPOLLEXCLUSIVE (1 << 28)
+
/*
* Request the handling of system wakeup events so as to prevent system suspends
* from happening while those events are being processed.