mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
std: fix module reference on SGX
This commit is contained in:
parent
4da4958099
commit
4ab475dfb5
@ -1,8 +1,8 @@
|
||||
use crate::alloc::{GlobalAlloc, Layout, System};
|
||||
use crate::ptr;
|
||||
use crate::sys::sgx::abi::mem as sgx_mem;
|
||||
use core::sync::atomic::{AtomicBool, Ordering};
|
||||
|
||||
use super::abi::mem as sgx_mem;
|
||||
use super::waitqueue::SpinMutex;
|
||||
|
||||
// Using a SpinMutex because we never want to exit the enclave waiting for the
|
||||
|
Loading…
Reference in New Issue
Block a user