Function libc::mmap [−][src]
pub unsafe extern "C" fn mmap(
    addr: *mut c_void, 
    len: size_t, 
    prot: c_int, 
    flags: c_int, 
    fd: c_int, 
    offset: off_t
) -> *mut c_voidpub unsafe extern "C" fn mmap(
    addr: *mut c_void, 
    len: size_t, 
    prot: c_int, 
    flags: c_int, 
    fd: c_int, 
    offset: off_t
) -> *mut c_void