Skip to content

Commit

Permalink
Add EPOLLEXCLUSIVE (#13718)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo39 authored Mar 21, 2020
1 parent 586ebb0 commit 86b9435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/posix/epoll.nim
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const
EPOLLWRBAND* = 0x00000200
EPOLLMSG* = 0x00000400
EPOLLRDHUP* = 0x00002000
EPOLLEXCLUSIVE* = 1 shl 28
EPOLLWAKEUP* = 1 shl 29
EPOLLONESHOT* = 1 shl 30
EPOLLET* = 1 shl 31
Expand Down

0 comments on commit 86b9435

Please sign in to comment.