2016-03-18 00:57:52 +00:00
|
|
|
#undef MAP_ANON
|
2016-03-06 17:41:56 +00:00
|
|
|
#define MAP_ANON 0x800
|
2016-03-18 00:57:52 +00:00
|
|
|
#undef MAP_NORESERVE
|
2016-03-06 17:41:56 +00:00
|
|
|
#define MAP_NORESERVE 0x0400
|
2016-03-18 00:57:52 +00:00
|
|
|
#undef MAP_GROWSDOWN
|
2016-03-06 17:41:56 +00:00
|
|
|
#define MAP_GROWSDOWN 0x1000
|
2016-03-18 00:57:52 +00:00
|
|
|
#undef MAP_DENYWRITE
|
2016-03-06 17:41:56 +00:00
|
|
|
#define MAP_DENYWRITE 0x2000
|
2016-03-18 00:57:52 +00:00
|
|
|
#undef MAP_EXECUTABLE
|
2016-03-06 17:41:56 +00:00
|
|
|
#define MAP_EXECUTABLE 0x4000
|
2016-03-18 00:57:52 +00:00
|
|
|
#undef MAP_LOCKED
|
2016-03-06 17:41:56 +00:00
|
|
|
#define MAP_LOCKED 0x8000
|
2016-03-18 00:57:52 +00:00
|
|
|
#undef MAP_POPULATE
|
2016-03-06 17:41:56 +00:00
|
|
|
#define MAP_POPULATE 0x10000
|
2016-03-18 00:57:52 +00:00
|
|
|
#undef MAP_NONBLOCK
|
2016-03-06 17:41:56 +00:00
|
|
|
#define MAP_NONBLOCK 0x20000
|
2016-03-18 00:57:52 +00:00
|
|
|
#undef MAP_STACK
|
2016-03-06 17:41:56 +00:00
|
|
|
#define MAP_STACK 0x40000
|
2016-03-18 00:57:52 +00:00
|
|
|
#undef MAP_HUGETLB
|
2016-03-06 17:41:56 +00:00
|
|
|
#define MAP_HUGETLB 0x80000
|
|
|
|
|
|
|
|
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
2016-03-18 00:57:52 +00:00
|
|
|
#undef MADV_SOFT_OFFLINE
|
2016-03-06 17:41:56 +00:00
|
|
|
#endif
|