[][src]Function linux::syscall::msync

pub fn msync(addr: usize, len: usize, flags: c_int) -> c_int

Synchronizes a memory mapping with the filesystem.

[argument, addr] The start of the range to be synchronized.

[argument, len] The length of the range to be synchronized.

[argument, flags] Flags to used for synchronization.

= See also

  • link:man:msync(2)