Expose correct items in os::fortanix_sgx::usercalls::alloc
This commit is contained in:
parent
4c8c0fc1e2
commit
d89ebdd475
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue