about summary refs log tree commit diff
path: root/src/libstd/os/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/os/mod.rs')
-rw-r--r--src/libstd/os/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstd/os/mod.rs b/src/libstd/os/mod.rs
index 366a1674156..744ee6c22e5 100644
--- a/src/libstd/os/mod.rs
+++ b/src/libstd/os/mod.rs
@@ -13,6 +13,9 @@
 #![stable(feature = "os", since = "1.0.0")]
 #![allow(missing_docs, bad_style)]
 
+#[cfg(redox)]
+#[stable(feature = "rust1", since = "1.0.0")]
+pub use sys::ext as unix;
 #[cfg(unix)]
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use sys::ext as unix;