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 0e6afd5 commit 9b36420Copy full SHA for 9b36420
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
+ __pad: [u8; 128],
16
pub uc_mcontext: mcontext_t,
17
}
18
0 commit comments