about summary refs log tree commit diff
path: root/src/libstd/sys/sgx/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/sgx/mod.rs')
-rw-r--r--src/libstd/sys/sgx/mod.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/sys/sgx/mod.rs b/src/libstd/sys/sgx/mod.rs
index 325df7688f3..dc51a932c61 100644
--- a/src/libstd/sys/sgx/mod.rs
+++ b/src/libstd/sys/sgx/mod.rs
@@ -25,7 +25,6 @@ pub mod memchr;
 pub mod mutex;
 pub mod net;
 pub mod os;
-pub mod os_str;
 pub mod path;
 pub mod pipe;
 pub mod process;
@@ -36,6 +35,8 @@ pub mod thread_local;
 pub mod time;
 pub mod stdio;
 
+pub use crate::sys_common::os_str_bytes as os_str;
+
 #[cfg(not(test))]
 pub fn init() {
 }