Don't provide a bogus definition of EVFILT_USER

This commit is contained in:
Maya Rashish 2019-02-17 23:50:30 +02:00
parent 2878efee86
commit b93405c24b

View File

@ -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;