]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/sgx/mod.rs
SGX target: implement synchronization primitives and threading
[rust.git] / src / libstd / sys / sgx / mod.rs
index f38c69e90c7c46f73c92828aa40f46f9aac86978..68f7479d7cd9f60bb7b5af99520978b133455596 100644 (file)
@@ -18,6 +18,7 @@
 use sync::atomic::{AtomicBool, Ordering};
 
 pub mod abi;
+mod waitqueue;
 
 pub mod alloc;
 pub mod args;