summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Neumann <mneumann@ntecs.de>2017-07-30 16:01:35 +0200
committerMichael Neumann <mneumann@ntecs.de>2017-07-30 16:01:35 +0200
commit31d55bcee42812e28bee1f2511dd93165ca78c40 (patch)
tree00f36963ef92a48d3b14e4af57369928d99f5d46
parent5b519f6a2eb710429f39781f2edde60221538814 (diff)
downloadrust-libc-31d55bcee42812e28bee1f2511dd93165ca78c40.tar.gz
Add EVFILT_EXCEPT constant
-rw-r--r--src/unix/bsd/freebsdlike/dragonfly/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/bsd/freebsdlike/dragonfly/mod.rs b/src/unix/bsd/freebsdlike/dragonfly/mod.rs
index c694b6e90c..38204c2272 100644
--- a/src/unix/bsd/freebsdlike/dragonfly/mod.rs
+++ b/src/unix/bsd/freebsdlike/dragonfly/mod.rs
@@ -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;