summaryrefslogtreecommitdiff
path: root/desc.c
diff options
context:
space:
mode:
Diffstat (limited to 'desc.c')
-rw-r--r--desc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desc.c b/desc.c
index e11e4f3..486acfb 100644
--- a/desc.c
+++ b/desc.c
@@ -674,6 +674,9 @@ static const struct xlat epollevents[] = {
#ifdef EPOLLHUP
{ EPOLLHUP, "EPOLLHUP" },
#endif
+#ifdef EPOLLRDHUP
+ { EPOLLRDHUP, "EPOLLRDHUP" },
+#endif
#ifdef EPOLLONESHOT
{ EPOLLONESHOT, "EPOLLONESHOT" },
#endif