aboutsummaryrefslogtreecommitdiff
path: root/src/sys/unix/waker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/unix/waker.rs')
-rw-r--r--src/sys/unix/waker.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sys/unix/waker.rs b/src/sys/unix/waker.rs
index a7cf484..de88e31 100644
--- a/src/sys/unix/waker.rs
+++ b/src/sys/unix/waker.rs
@@ -103,7 +103,7 @@ pub use self::kqueue::Waker;
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
- target_os = "solaris"
+ target_os = "redox",
))]
mod pipe {
use crate::sys::unix::Selector;
@@ -175,6 +175,6 @@ mod pipe {
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
- target_os = "solaris"
+ target_os = "redox",
))]
pub use self::pipe::Waker;