We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b519f6 commit 31d55bcCopy full SHA for 31d55bc
src/unix/bsd/freebsdlike/dragonfly/mod.rs
@@ -340,6 +340,7 @@ pub const EVFILT_VNODE: ::int16_t = -4;
340
pub const EVFILT_PROC: ::int16_t = -5;
341
pub const EVFILT_SIGNAL: ::int16_t = -6;
342
pub const EVFILT_TIMER: ::int16_t = -7;
343
+pub const EVFILT_EXCEPT: ::int16_t = -8;
344
pub const EVFILT_USER: ::int16_t = -9;
345
pub const EVFILT_FS: ::int16_t = -10;
346
0 commit comments