• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #define PROT_SAO       0x10
2 
3 #undef MAP_NORESERVE
4 #define MAP_NORESERVE   0x40
5 #undef MAP_LOCKED
6 #define MAP_LOCKED	0x80
7 #undef MAP_SYNC
8 
9 #undef MCL_CURRENT
10 #define MCL_CURRENT     0x2000
11 #undef MCL_FUTURE
12 #define MCL_FUTURE      0x4000
13 #undef MCL_ONFAULT
14 #define MCL_ONFAULT     0x8000
15