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