1
0

mman.h 178 B

12345678
  1. #define PROT_SAO 0x10
  2. #undef MCL_CURRENT
  3. #define MCL_CURRENT 0x2000
  4. #undef MCL_FUTURE
  5. #define MCL_FUTURE 0x4000
  6. #undef MCL_ONFAULT
  7. #define MCL_ONFAULT 0x8000