Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-22 | Defined MAP_FIXED_NOREPLACE | linted | |
Added definition for MAP_FIXED_NOREPLACE which was added in kernel 4.17 Signed-off-by: linted <linted@users.noreply.github.com> | |||
2018-02-03 | bits/mman.h: consolidate header file | Waldemar Brodkorb | |
Sync with GNU C library and consolidate duplicate non architecture specific defines. MAP_UNINITIALIZED is only defined to 0x4000000 and used by the Linux kernel when CONFIG_MMAP_ALLOW_UNINITIALIZED is enabled. CONFIG_MMAP_ALLOW_UNINITIALIZED is only available for nommu. See Documentation/nommu-mmap.txt. |