]> Sergey Matveev's repositories - public-inbox.git/commit
syscall: get rid of unused EPOLL* constants
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:16 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:26 +0000 (05:26 +0000)
commit7a5794fa02e07507564e8c3d7f2fc646956b66cb
tree5aeb9435d82e5c175867afd87789ffb58e8279f8
parent66022a2e311c71ea3d50c7c5d5c92dfcfa8b1d7e
syscall: get rid of unused EPOLL* constants

EPOLLRDBAND is used for DECnet; and I'm pretty sure I won't be
updating any of our code to work with DECnet.

I've never found use for EPOLLHUP or EPOLLERR, either; so
disable those for now and add comments for things I might
actually use: EPOLLET and EPOLLONESHOT.
lib/PublicInbox/Syscall.pm