summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2016-07-13 10:26:31 +0300
committerSergey Bugaev <bugaevc@gmail.com>2016-07-13 10:26:31 +0300
commitbf796cce6e73f6e5518c76e013ded7518ff14a61 (patch)
treec543cc3f773649462b4f18f49690406d8c9d2345 /src
parentc63f89cb47405329260c36ec905e7cfa92d239a0 (diff)
downloadnix-bf796cce6e73f6e5518c76e013ded7518ff14a61.zip
Stop targeting Android
Diffstat (limited to 'src')
-rw-r--r--src/sys/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/mod.rs b/src/sys/mod.rs
index b59ca9b1..793bc70e 100644
--- a/src/sys/mod.rs
+++ b/src/sys/mod.rs
@@ -31,7 +31,7 @@ pub mod stat;
#[cfg(any(target_os = "linux", target_os = "android"))]
pub mod syscall;
-#[cfg(any(target_os = "linux", target_os = "android"))]
+#[cfg(any(target_os = "linux"))]
pub mod reboot;
#[cfg(not(target_os = "ios"))]