We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83b082 commit 3e674e4Copy full SHA for 3e674e4
src/unix/linux_like/linux/gnu/b64/powerpc64/align.rs
@@ -32,7 +32,7 @@ s_no_extra_traits! {
32
}
33
34
#[allow(missing_debug_implementations)]
35
- #[repr(align(16))]
+ #[repr(align(8))]
36
pub struct mcontext_t {
37
__glibc_reserved: [::c_ulong; 4],
38
pub signal: ::c_int,
0 commit comments