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 d5b17d5 commit 707d32cCopy full SHA for 707d32c
src/unix/linux_like/android/b64/aarch64/align.rs
@@ -12,6 +12,7 @@ s! {
12
pub uc_link: *mut ucontext_t,
13
pub uc_stack: ::stack_t,
14
pub uc_sigmask: ::sigset_t,
15
+ pub __pad: [u8; 1024 / 8 - core::mem::size_of::<::sigset_t>()],
16
pub uc_mcontext: mcontext_t,
17
}
18
0 commit comments