mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
Expose correct items in os::fortanix_sgx::usercalls::alloc
This commit is contained in:
@@ -16,7 +16,7 @@ pub mod usercalls {
|
||||
/// Primitives for allocating memory in userspace as well as copying data
|
||||
/// to and from user memory.
|
||||
pub mod alloc {
|
||||
pub use sys::abi::usercalls::alloc;
|
||||
pub use sys::abi::usercalls::alloc::*;
|
||||
}
|
||||
|
||||
/// Lowest-level interfaces to usercalls and usercall ABI type definitions.
|
||||
|
||||
Reference in New Issue
Block a user