Skip to main content

__errno_location

Function __errno_location 

Source
#[unsafe(no_mangle)]
pub extern "C" fn __errno_location() -> *mut c_int
Expand description

Provide a pointer to relibc’s internal errno variable.

This is the basis of the C-facing macro definition of errno, and should not be used directly.