Skip to content
Snippets Groups Projects
Commit 560e73f3 authored by bors's avatar bors
Browse files

Auto merge of #703 - mneumann:dragonfly-add-evfilt-except, r=alexcrichton

Add EVFILT_EXCEPT constant
parents 5b519f6a 31d55bce
No related branches found
No related tags found
No related merge requests found
......@@ -340,6 +340,7 @@ pub const EVFILT_VNODE: ::int16_t = -4;
pub const EVFILT_PROC: ::int16_t = -5;
pub const EVFILT_SIGNAL: ::int16_t = -6;
pub const EVFILT_TIMER: ::int16_t = -7;
pub const EVFILT_EXCEPT: ::int16_t = -8;
pub const EVFILT_USER: ::int16_t = -9;
pub const EVFILT_FS: ::int16_t = -10;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment