mirror of
https://github.com/ziglang/zig.git
synced 2024-11-16 09:03:12 +00:00
Don't provide a bogus definition of EVFILT_USER
This commit is contained in:
parent
2878efee86
commit
b93405c24b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user