1570af302Sopenharmony_ci#define PROT_SAO       0x10
2570af302Sopenharmony_ci
3570af302Sopenharmony_ci#undef MAP_NORESERVE
4570af302Sopenharmony_ci#define MAP_NORESERVE   0x40
5570af302Sopenharmony_ci#undef MAP_LOCKED
6570af302Sopenharmony_ci#define MAP_LOCKED	0x80
7570af302Sopenharmony_ci
8570af302Sopenharmony_ci#undef MCL_CURRENT
9570af302Sopenharmony_ci#define MCL_CURRENT     0x2000
10570af302Sopenharmony_ci#undef MCL_FUTURE
11570af302Sopenharmony_ci#define MCL_FUTURE      0x4000
12570af302Sopenharmony_ci#undef MCL_ONFAULT
13570af302Sopenharmony_ci#define MCL_ONFAULT     0x8000
14