Commit 16144a7a37

Alexandros Naskos <alex_naskos@hotmail.com>
2020-12-17 21:58:05
Add EV_ERROR to FreeBSD bits
1 parent 85cc3f2
Changed files (1)
lib
std
os
lib/std/os/bits/freebsd.zig
@@ -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