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;
553553/// clear event state after reporting
554554pub const EV_CLEAR = 0x0020;
555555
556/// error, event data contains errno
557pub const EV_ERROR = 0x4000;
558
556559/// force immediate event output
557560/// ... with or without EV_ERROR
558561/// ... use KEVENT_FLAG_ERROR_EVENTS