1
2
3
4
5
#[allow(non_camel_case_types)]
pub type ucontext = crate::bindings::linux_ucontext;

#[allow(non_camel_case_types)]
pub type sigcontext = crate::bindings::linux_sigcontext;