Skip to content
Snippets Groups Projects
Commit d8081237 authored by gnzlbg's avatar gnzlbg
Browse files

Fix ucontext_t on x86

parent 4497a786
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,7 @@ s_no_extra_traits!{
pub uc_mcontext: mcontext_t,
pub uc_sigmask: ::sigset_t,
__private: [u8; 112],
__ssp: [::c_ulonglong; 4],
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment