xref: /aosp_15_r20/external/musl/arch/powerpc64/bits/mman.h (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1*c9945492SAndroid Build Coastguard Worker #define PROT_SAO       0x10
2*c9945492SAndroid Build Coastguard Worker 
3*c9945492SAndroid Build Coastguard Worker #undef MAP_NORESERVE
4*c9945492SAndroid Build Coastguard Worker #define MAP_NORESERVE   0x40
5*c9945492SAndroid Build Coastguard Worker #undef MAP_LOCKED
6*c9945492SAndroid Build Coastguard Worker #define MAP_LOCKED	0x80
7*c9945492SAndroid Build Coastguard Worker 
8*c9945492SAndroid Build Coastguard Worker #undef MCL_CURRENT
9*c9945492SAndroid Build Coastguard Worker #define MCL_CURRENT     0x2000
10*c9945492SAndroid Build Coastguard Worker #undef MCL_FUTURE
11*c9945492SAndroid Build Coastguard Worker #define MCL_FUTURE      0x4000
12*c9945492SAndroid Build Coastguard Worker #undef MCL_ONFAULT
13*c9945492SAndroid Build Coastguard Worker #define MCL_ONFAULT     0x8000
14