mman.h 271 B

12345678910111213
  1. #define PROT_SAO 0x10
  2. #undef MAP_NORESERVE
  3. #define MAP_NORESERVE 0x40
  4. #undef MAP_LOCKED
  5. #define MAP_LOCKED 0x80
  6. #undef MCL_CURRENT
  7. #define MCL_CURRENT 0x2000
  8. #undef MCL_FUTURE
  9. #define MCL_FUTURE 0x4000
  10. #undef MCL_ONFAULT
  11. #define MCL_ONFAULT 0x8000