1
2
3
4
5
use crate::bindings;

pub use bindings::linux_rseq;
#[allow(non_camel_case_types)]
pub type rseq = linux_rseq;