#[unsafe(no_mangle)]pub extern "C" fn sys_exit(status: i32) -> !
Available on crate feature
export-syscalls
only.Expand description
sys_exit()
causes normal process termination.
Currently the status
is unused and ignored.