Function nix::sys::mman::msync [] [src]

pub unsafe fn msync(
    addr: *const c_void,
    length: size_t,
    flags: MsFlags
) -> Result<()>