]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
FreeBSD does not have analgue for epill EPOLLPRI event type.
authorDmitry Chagin <dchagin@FreeBSD.org>
Tue, 28 Feb 2017 19:49:21 +0000 (19:49 +0000)
committerDmitry Chagin <dchagin@FreeBSD.org>
Tue, 28 Feb 2017 19:49:21 +0000 (19:49 +0000)
commit29b1ecbe015d7e3c9f5ada1215a745dab99e08d8
tree1b3017d38c7609a2b0adb8d8b90532d6f6d51785
parent94766b160e17e8dd64e7702748a76ab7489e85a3
FreeBSD does not have analgue for epill EPOLLPRI event type.
So, do not set EPOLLPRI event acidently.
Also, do not set EPOLLWRNORM and EPOLLRDNORM events as epoll
do not set this events.

MFC after: 1 month
sys/compat/linux/linux_event.c