We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a33cf commit 85b3df2Copy full SHA for 85b3df2
1 file changed
library/std/src/os/fortanix_sgx/mod.rs
@@ -30,7 +30,9 @@ pub mod usercalls {
30
31
// fortanix-sgx-abi re-exports
32
pub use crate::sys::abi::usercalls::raw::Error;
33
- pub use crate::sys::abi::usercalls::raw::{ByteBuffer, FifoDescriptor, Return, Usercall};
+ pub use crate::sys::abi::usercalls::raw::{
34
+ ByteBuffer, Cancel, FifoDescriptor, Return, Usercall,
35
+ };
36
pub use crate::sys::abi::usercalls::raw::{Fd, Result, Tcs};
37
pub use crate::sys::abi::usercalls::raw::{
38
EV_RETURNQ_NOT_EMPTY, EV_UNPARK, EV_USERCALLQ_NOT_FULL, FD_STDERR, FD_STDIN, FD_STDOUT,
0 commit comments