1570af302Sopenharmony_ci#undef MAP_ANON 2570af302Sopenharmony_ci#define MAP_ANON 0x800 3570af302Sopenharmony_ci#undef MAP_NORESERVE 4570af302Sopenharmony_ci#define MAP_NORESERVE 0x0400 5570af302Sopenharmony_ci#undef MAP_GROWSDOWN 6570af302Sopenharmony_ci#define MAP_GROWSDOWN 0x1000 7570af302Sopenharmony_ci#undef MAP_DENYWRITE 8570af302Sopenharmony_ci#define MAP_DENYWRITE 0x2000 9570af302Sopenharmony_ci#undef MAP_EXECUTABLE 10570af302Sopenharmony_ci#define MAP_EXECUTABLE 0x4000 11570af302Sopenharmony_ci#undef MAP_LOCKED 12570af302Sopenharmony_ci#define MAP_LOCKED 0x8000 13570af302Sopenharmony_ci#undef MAP_POPULATE 14570af302Sopenharmony_ci#define MAP_POPULATE 0x10000 15570af302Sopenharmony_ci#undef MAP_NONBLOCK 16570af302Sopenharmony_ci#define MAP_NONBLOCK 0x20000 17570af302Sopenharmony_ci#undef MAP_STACK 18570af302Sopenharmony_ci#define MAP_STACK 0x40000 19570af302Sopenharmony_ci#undef MAP_HUGETLB 20570af302Sopenharmony_ci#define MAP_HUGETLB 0x80000 21570af302Sopenharmony_ci#undef MAP_SYNC 22570af302Sopenharmony_ci 23570af302Sopenharmony_ci#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) 24570af302Sopenharmony_ci#undef MADV_SOFT_OFFLINE 25570af302Sopenharmony_ci#endif 26