add EPOLLEXCLUSIVE epoll flag from linux v4.5
authorSzabolcs Nagy <nsz@port70.net>
Sat, 19 Mar 2016 12:37:03 +0000 (13:37 +0100)
committerRich Felker <dalias@aerifal.cx>
Sat, 19 Mar 2016 15:31:19 +0000 (11:31 -0400)
commitb10ca0f560491ed9e353ead6e35f8992e9800c7a
tree19be95d1397f20a687f91c9e032624674aa82f5e
parentc1aabc6cacc15feef8e5db4cbfee14ee8be2ff26
add EPOLLEXCLUSIVE epoll flag from linux v4.5

new flag for exclusive wakeup mode when an event source fd is attached
to multiple epoll fds but they should not all receive the events.
new in linux commit df0108c5da561c66c333bb46bfe3c1fc65905898
include/sys/epoll.h