We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34497e1 commit b2a42a4Copy full SHA for b2a42a4
src/sgx.rs
@@ -1,5 +1,7 @@
1
//! SGX C types definition
2
3
+use crate::prelude::*;
4
+
5
pub type intmax_t = i64;
6
pub type uintmax_t = u64;
7
src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs
@@ -1,3 +1,4 @@
use crate::pthread_mutex_t;
pub const __SIZEOF_PTHREAD_CONDATTR_T: usize = 4;
src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs
pub const __SIZEOF_PTHREAD_CONDATTR_T: usize = 8;
0 commit comments