Function sys_get_errno

Source
#[unsafe(no_mangle)]
pub extern "C" fn sys_get_errno() -> i32
Expand description

Get the error number from the thread local storage

Soft-deprecated in favor of using sys_errno_location.