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

ucontext_t ssp field uses c_long and not c_longlog

parent 3ac111c8
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ s_no_extra_traits!{
pub uc_mcontext: mcontext_t,
pub uc_sigmask: ::sigset_t,
__private: [u8; 112],
__ssp: [::c_ulonglong; 4],
__ssp: [::c_ulong; 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