From d4b3f6a8e2bcad921503781d0510208786598511 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 20 Jul 2015 16:43:21 +0000 Subject: [PATCH] xlat/epollctls.in: add default values * xlat/epollctls.in (EPOLL_CTL_ADD, EPOLL_CTL_DEL, EPOLL_CTL_MOD): Add default values. --- xlat/epollctls.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xlat/epollctls.in b/xlat/epollctls.in index 45b573e9..86665f68 100644 --- a/xlat/epollctls.in +++ b/xlat/epollctls.in @@ -1,3 +1,3 @@ -EPOLL_CTL_ADD -EPOLL_CTL_MOD -EPOLL_CTL_DEL +EPOLL_CTL_ADD 1 +EPOLL_CTL_DEL 2 +EPOLL_CTL_MOD 3 -- 2.50.1