pub trait ProcAbi: Send + Sync { // Required method fn syscall_handler(&self); }
Implementation of sysentvec structure.
sysentvec