Add MAP_FIXED_NOREPLACE.

This commit is contained in:
4lDO2
2020-07-08 18:17:11 +02:00
parent 21b3cd34a8
commit 27fcecb30f

View File

@@ -77,6 +77,7 @@ bitflags! {
/// Only accepted for mmap2(2).
const MAP_FIXED = 0x0004;
const MAP_FIXED_NOREPLACE = 0x000C;
}
}