xref: /aosp_15_r20/external/musl/arch/mips/bits/mman.h (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1*c9945492SAndroid Build Coastguard Worker #undef MAP_ANON
2*c9945492SAndroid Build Coastguard Worker #define MAP_ANON       0x800
3*c9945492SAndroid Build Coastguard Worker #undef MAP_NORESERVE
4*c9945492SAndroid Build Coastguard Worker #define MAP_NORESERVE  0x0400
5*c9945492SAndroid Build Coastguard Worker #undef MAP_GROWSDOWN
6*c9945492SAndroid Build Coastguard Worker #define MAP_GROWSDOWN  0x1000
7*c9945492SAndroid Build Coastguard Worker #undef MAP_DENYWRITE
8*c9945492SAndroid Build Coastguard Worker #define MAP_DENYWRITE  0x2000
9*c9945492SAndroid Build Coastguard Worker #undef MAP_EXECUTABLE
10*c9945492SAndroid Build Coastguard Worker #define MAP_EXECUTABLE 0x4000
11*c9945492SAndroid Build Coastguard Worker #undef MAP_LOCKED
12*c9945492SAndroid Build Coastguard Worker #define MAP_LOCKED     0x8000
13*c9945492SAndroid Build Coastguard Worker #undef MAP_POPULATE
14*c9945492SAndroid Build Coastguard Worker #define MAP_POPULATE   0x10000
15*c9945492SAndroid Build Coastguard Worker #undef MAP_NONBLOCK
16*c9945492SAndroid Build Coastguard Worker #define MAP_NONBLOCK   0x20000
17*c9945492SAndroid Build Coastguard Worker #undef MAP_STACK
18*c9945492SAndroid Build Coastguard Worker #define MAP_STACK      0x40000
19*c9945492SAndroid Build Coastguard Worker #undef MAP_HUGETLB
20*c9945492SAndroid Build Coastguard Worker #define MAP_HUGETLB    0x80000
21*c9945492SAndroid Build Coastguard Worker #undef MAP_SYNC
22*c9945492SAndroid Build Coastguard Worker 
23*c9945492SAndroid Build Coastguard Worker #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
24*c9945492SAndroid Build Coastguard Worker #undef MADV_SOFT_OFFLINE
25*c9945492SAndroid Build Coastguard Worker #endif
26