Skip to content

Commit

Permalink
Auto merge of #2817 - devnexen:macos_arm64_context_upd, r=JohnTitor
Browse files Browse the repository at this point in the history
ucontext usage update on macos 64 bits.

closes #2812
  • Loading branch information
bors committed Jun 7, 2022
2 parents 6fed506 + 2d11246 commit e534fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/bsd/apple/b64/aarch64/align.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ s! {
pub uc_link: *mut ::ucontext_t,
pub uc_mcsize: usize,
pub uc_mcontext: mcontext_t,
__mcontext_data: __darwin_mcontext64,
}

pub struct __darwin_mcontext64 {
Expand Down

0 comments on commit e534fd8

Please sign in to comment.