Commit b93405c24b

Maya Rashish <maya@NetBSD.org>
2019-02-17 22:50:30
Don't provide a bogus definition of EVFILT_USER
1 parent 2878efe
Changed files (1)
std
os
netbsd
std/os/netbsd/index.zig
@@ -283,9 +283,6 @@ pub const EVFILT_TIMER = 6;
 /// Filesystem events
 pub const EVFILT_FS = 7;
 
-/// XXX no EVFILT_USER, but what is it
-pub const EVFILT_USER = 0;
-
 /// On input, NOTE_TRIGGER causes the event to be triggered for output.
 pub const NOTE_TRIGGER = 0x08000000;