authorgravatar for alex_naskos@hotmail.comAlexandros Naskos <alex_naskos@hotmail.com> 2020-12-17 22:58:05+02:00
committergravatar for alex_naskos@hotmail.comAlexandros Naskos <alex_naskos@hotmail.com> 2020-12-17 22:58:05+02:00
log16144a7a37c2b2059d8a2fcfc70d6cf0ab49ab00
tree63bdf6b3700e2237b1cd48d76c38c55ee7fc366a
parent85cc3f24a0c1ee9957d0264bd7532441090cbd6c
signaturelock-open Commit is signed but in an unrecognized format.

Add EV_ERROR to FreeBSD bits


1 files changed, 3 insertions(+), 0 deletions(-)

lib/std/os/bits/freebsd.zig+3
...@@ -553,6 +553,9 @@ pub const EV_ONESHOT = 0x0010;...@@ -553,6 +553,9 @@ pub const EV_ONESHOT = 0x0010;
553/// clear event state after reporting553/// clear event state after reporting
554pub const EV_CLEAR = 0x0020;554pub const EV_CLEAR = 0x0020;
555555
556/// error, event data contains errno
557pub const EV_ERROR = 0x4000;
558
556/// force immediate event output559/// force immediate event output
557/// ... with or without EV_ERROR560/// ... with or without EV_ERROR
558/// ... use KEVENT_FLAG_ERROR_EVENTS561/// ... use KEVENT_FLAG_ERROR_EVENTS