authorgravatar for maya@NetBSD.orgMaya Rashish <maya@NetBSD.org> 2019-02-17 23:50:30+02:00
committergravatar for maya@NetBSD.orgMaya Rashish <maya@NetBSD.org> 2019-02-17 23:50:30+02:00
logb93405c24bd3c58f68a272f32fe764a994e7aae6
treebac2a7e8366a2be7b2983667d91931e00fed06ca
parent2878efee86276c99c68defe2acd3a2ff0b9ea29d

Don't provide a bogus definition of EVFILT_USER


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

std/os/netbsd/index.zig-3
...@@ -283,9 +283,6 @@ pub const EVFILT_TIMER = 6;...@@ -283,9 +283,6 @@ pub const EVFILT_TIMER = 6;
283/// Filesystem events283/// Filesystem events
284pub const EVFILT_FS = 7;284pub const EVFILT_FS = 7;
285285
286/// XXX no EVFILT_USER, but what is it
287pub const EVFILT_USER = 0;
288
289/// On input, NOTE_TRIGGER causes the event to be triggered for output.286/// On input, NOTE_TRIGGER causes the event to be triggered for output.
290pub const NOTE_TRIGGER = 0x08000000;287pub const NOTE_TRIGGER = 0x08000000;
291288