FreeBSD does not have analgue for epill EPOLLPRI event type.
authordchagin <dchagin@FreeBSD.org>
Tue, 28 Feb 2017 19:49:21 +0000 (19:49 +0000)
committerdchagin <dchagin@FreeBSD.org>
Tue, 28 Feb 2017 19:49:21 +0000 (19:49 +0000)
commit85c7523219e34dfc616089bd993ad8c9e201e78c
tree1b3017d38c7609a2b0adb8d8b90532d6f6d51785
parentcfda2061ad3430c9fd62d68167f2f274e9f13ae9
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