Skip to content

Commit 560e73f

Browse files
committed
Auto merge of rust-lang#703 - mneumann:dragonfly-add-evfilt-except, r=alexcrichton
Add EVFILT_EXCEPT constant
2 parents 5b519f6 + 31d55bc commit 560e73f

File tree

1 file changed

+1
-0
lines changed
  • src/unix/bsd/freebsdlike/dragonfly

1 file changed

+1
-0
lines changed

src/unix/bsd/freebsdlike/dragonfly/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ pub const EVFILT_VNODE: ::int16_t = -4;
340340
pub const EVFILT_PROC: ::int16_t = -5;
341341
pub const EVFILT_SIGNAL: ::int16_t = -6;
342342
pub const EVFILT_TIMER: ::int16_t = -7;
343+
pub const EVFILT_EXCEPT: ::int16_t = -8;
343344
pub const EVFILT_USER: ::int16_t = -9;
344345
pub const EVFILT_FS: ::int16_t = -10;
345346

0 commit comments

Comments
 (0)