Skip to content

Commit

Permalink
ucontext usage update on macos 64 bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored and tatref committed Mar 20, 2023
1 parent b06c701 commit 93bc5c3
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 93bc5c3

Please sign in to comment.