Skip to content

Commit e534fd8

Browse files
committed
Auto merge of #2817 - devnexen:macos_arm64_context_upd, r=JohnTitor
ucontext usage update on macos 64 bits. closes #2812
2 parents 6fed506 + 2d11246 commit e534fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/bsd/apple/b64/aarch64/align.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ s! {
1515
pub uc_link: *mut ::ucontext_t,
1616
pub uc_mcsize: usize,
1717
pub uc_mcontext: mcontext_t,
18+
__mcontext_data: __darwin_mcontext64,
1819
}
1920

2021
pub struct __darwin_mcontext64 {

0 commit comments

Comments
 (0)