Function libc::mmap64 [] [src]

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