Expose correct items in os::fortanix_sgx::usercalls::alloc

This commit is contained in:
Jethro Beekman 2019-02-05 16:19:20 +05:30
parent 4c8c0fc1e2
commit d89ebdd475

View File

@ -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.