We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
os::fortanix_sgx::usercalls::alloc
1 parent 4c8c0fc commit d89ebddCopy full SHA for d89ebdd
src/libstd/os/fortanix_sgx/mod.rs
@@ -16,7 +16,7 @@ pub mod usercalls {
16
/// Primitives for allocating memory in userspace as well as copying data
17
/// to and from user memory.
18
pub mod alloc {
19
- pub use sys::abi::usercalls::alloc;
+ pub use sys::abi::usercalls::alloc::*;
20
}
21
22
/// Lowest-level interfaces to usercalls and usercall ABI type definitions.
0 commit comments