mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Expose correct items in os::fortanix_sgx::usercalls::alloc
This commit is contained in:
parent
4c8c0fc1e2
commit
d89ebdd475
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user