From aa7b60de3e4fcdba8ba639fca66c5bd43e63bc7f Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 23 Feb 2016 19:27:25 +0000 Subject: [PATCH] Update EPOLL* constants * xlat/epollevents.in: Add EPOLLWAKEUP and EPOLLEXCLUSIVE. --- xlat/epollevents.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xlat/epollevents.in b/xlat/epollevents.in index 04485889..6fa67074 100644 --- a/xlat/epollevents.in +++ b/xlat/epollevents.in @@ -9,5 +9,7 @@ EPOLLMSG EPOLLERR EPOLLHUP EPOLLRDHUP +EPOLLEXCLUSIVE +EPOLLWAKEUP EPOLLONESHOT EPOLLET -- 2.40.0