mman.h 287 B

1234567891011121314
  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 MAP_SYNC
  7. #undef MCL_CURRENT
  8. #define MCL_CURRENT 0x2000
  9. #undef MCL_FUTURE
  10. #define MCL_FUTURE 0x4000
  11. #undef MCL_ONFAULT
  12. #define MCL_ONFAULT 0x8000