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

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