syscall::flag

Constant NEEDS_SYNC

source
pub const NEEDS_SYNC: MunmapFlags;
Expand description

Indicates whether the funmap call must implicitly do an msync, for the changes to become visible later.

This flag will currently be set if and only if MAP_SHARED | PROT_WRITE are set.