Add EV_ERROR to FreeBSD bits

This commit is contained in:
Alexandros Naskos 2020-12-17 22:58:05 +02:00
parent 85cc3f24a0
commit 16144a7a37
No known key found for this signature in database
GPG Key ID: 02BF2E72B0EA32D2

View File

@ -553,6 +553,9 @@ pub const EV_ONESHOT = 0x0010;
/// clear event state after reporting
pub const EV_CLEAR = 0x0020;
/// error, event data contains errno
pub const EV_ERROR = 0x4000;
/// force immediate event output
/// ... with or without EV_ERROR
/// ... use KEVENT_FLAG_ERROR_EVENTS