summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJakub Konka <jakub.konka@golem.network>2019-06-25 09:58:43 +0200
committerJakub Konka <jakub.konka@golem.network>2019-07-01 08:03:08 +0200
commite6b237e1624e17a7fd24d6e6427839d660509b37 (patch)
treeb88d0b9ebc80ae8cd214aba55a5d91637e371065 /src/lib.rs
parentdc5f8eeb685b04bd2f78319abac6677917c1bd46 (diff)
downloadnix-e6b237e1624e17a7fd24d6e6427839d660509b37.zip
Move cross compilation cfg for sched into sched mod
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b4648933..22577cfe 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -62,8 +62,6 @@ pub mod net;
pub mod poll;
#[deny(missing_docs)]
pub mod pty;
-#[cfg(any(target_os = "android",
- target_os = "linux"))]
pub mod sched;
pub mod sys;
// This can be implemented for other platforms as soon as libc