From: Dmitry V. Levin Date: Mon, 20 Jul 2015 16:43:21 +0000 (+0000) Subject: xlat/epollctls.in: add default values X-Git-Tag: v4.11~362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4b3f6a8e2bcad921503781d0510208786598511;p=strace xlat/epollctls.in: add default values * xlat/epollctls.in (EPOLL_CTL_ADD, EPOLL_CTL_DEL, EPOLL_CTL_MOD): Add default values. --- 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