Skip to main content

RTLD_DEFAULT

Constant RTLD_DEFAULT 

Source
pub const RTLD_DEFAULT: *mut c_void = _; // {0x0 as *mut platform::types::c_void}
Expand description

Special purpose value for handle for dlsym() reserved by POSIX for future use. The identifier lookup happens in the normal global scope; that is, a search for an identifier using handle would find the same definition as a direct use of this identifier in the program code.