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.
pub const NEEDS_SYNC: MunmapFlags;
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.