We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99756b1 commit 2d11246Copy full SHA for 2d11246
src/unix/bsd/apple/b64/aarch64/align.rs
@@ -15,6 +15,7 @@ s! {
15
pub uc_link: *mut ::ucontext_t,
16
pub uc_mcsize: usize,
17
pub uc_mcontext: mcontext_t,
18
+ __mcontext_data: __darwin_mcontext64,
19
}
20
21
pub struct __darwin_mcontext64 {
0 commit comments