Skip to content

Commit

Permalink
Fix alignment of uc_ucontext fields on arm64 android (#3894)
Browse files Browse the repository at this point in the history
  • Loading branch information
CUB3D committed Sep 24, 2024
1 parent d5b17d5 commit 707d32c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux_like/android/b64/aarch64/align.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ s! {
pub uc_link: *mut ucontext_t,
pub uc_stack: ::stack_t,
pub uc_sigmask: ::sigset_t,
pub __pad: [u8; 1024 / 8 - core::mem::size_of::<::sigset_t>()],
pub uc_mcontext: mcontext_t,
}

Expand Down

0 comments on commit 707d32c

Please sign in to comment.