Function libc::mmap [] [src]

pub unsafe extern fn mmap(addr: *mut c_void,
                          len: size_t,
                          prot: c_int,
                          flags: c_int,
                          fd: c_int,
                          offset: off_t)
                          -> *mut c_void