Skip to content

Commit d89ebdd

Browse files
author
Jethro Beekman
committed
Expose correct items in os::fortanix_sgx::usercalls::alloc
1 parent 4c8c0fc commit d89ebdd

File tree

1 file changed

+1
-1
lines changed
  • src/libstd/os/fortanix_sgx

1 file changed

+1
-1
lines changed

src/libstd/os/fortanix_sgx/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub mod usercalls {
1616
/// Primitives for allocating memory in userspace as well as copying data
1717
/// to and from user memory.
1818
pub mod alloc {
19-
pub use sys::abi::usercalls::alloc;
19+
pub use sys::abi::usercalls::alloc::*;
2020
}
2121

2222
/// Lowest-level interfaces to usercalls and usercall ABI type definitions.

0 commit comments

Comments
 (0)