mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
Add EV_ERROR to FreeBSD bits
This commit is contained in:
parent
85cc3f24a0
commit
16144a7a37
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user