summaryrefslogtreecommitdiff
path: root/src/sys/mod.rs
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2017-07-04 10:40:23 -0700
committerBryant Mairs <bryant@mai.rs>2017-07-10 20:49:42 -0700
commit072637ff5c3e65c2c2be9fe3f941bd40fd2f7754 (patch)
tree217fac9dbda7f451c0a5709ba71d79518ad26740 /src/sys/mod.rs
parent55d68d9f734a911dcb5cb6fd53636be19f75acc2 (diff)
downloadnix-072637ff5c3e65c2c2be9fe3f941bd40fd2f7754.zip
Enable termios on iOS and move it to Tier 2
Diffstat (limited to 'src/sys/mod.rs')
-rw-r--r--src/sys/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sys/mod.rs b/src/sys/mod.rs
index 783b8364..627f7697 100644
--- a/src/sys/mod.rs
+++ b/src/sys/mod.rs
@@ -38,7 +38,6 @@ pub mod syscall;
#[cfg(any(target_os = "linux"))]
pub mod reboot;
-#[cfg(not(target_os = "ios"))]
pub mod termios;
#[cfg(any(target_os = "linux", target_os = "android"))]