aboutsummaryrefslogtreecommitdiff
path: root/src/sys/unix/selector/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/unix/selector/mod.rs')
-rw-r--r--src/sys/unix/selector/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sys/unix/selector/mod.rs b/src/sys/unix/selector/mod.rs
index b73d645..9ae4c14 100644
--- a/src/sys/unix/selector/mod.rs
+++ b/src/sys/unix/selector/mod.rs
@@ -2,7 +2,7 @@
target_os = "android",
target_os = "illumos",
target_os = "linux",
- target_os = "solaris"
+ target_os = "redox",
))]
mod epoll;
@@ -10,7 +10,7 @@ mod epoll;
target_os = "android",
target_os = "illumos",
target_os = "linux",
- target_os = "solaris"
+ target_os = "redox",
))]
pub(crate) use self::epoll::{event, Event, Events, Selector};