Decode EPOLLRDHUP
* desc.c (epollevents): Add EPOLLRDHUP. Reported-by: Марк Коренберг <socketpair@gmail.com>
This commit is contained in:
parent
be55ce794a
commit
5967c1a66b
3
desc.c
3
desc.c
@ -674,6 +674,9 @@ static const struct xlat epollevents[] = {
|
|||||||
#ifdef EPOLLHUP
|
#ifdef EPOLLHUP
|
||||||
{ EPOLLHUP, "EPOLLHUP" },
|
{ EPOLLHUP, "EPOLLHUP" },
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef EPOLLRDHUP
|
||||||
|
{ EPOLLRDHUP, "EPOLLRDHUP" },
|
||||||
|
#endif
|
||||||
#ifdef EPOLLONESHOT
|
#ifdef EPOLLONESHOT
|
||||||
{ EPOLLONESHOT, "EPOLLONESHOT" },
|
{ EPOLLONESHOT, "EPOLLONESHOT" },
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user