xref: /aosp_15_r20/external/strace/xlat/mlockall_flags.in (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
1*cf84ac9aSAndroid Build Coastguard Worker#if defined __alpha__ || defined __powerpc__ || defined __powerpc64__ || defined __sparc__
2*cf84ac9aSAndroid Build Coastguard WorkerMCL_CURRENT	0x2000
3*cf84ac9aSAndroid Build Coastguard WorkerMCL_FUTURE	0x4000
4*cf84ac9aSAndroid Build Coastguard WorkerMCL_ONFAULT	0x8000
5*cf84ac9aSAndroid Build Coastguard Worker#else
6*cf84ac9aSAndroid Build Coastguard WorkerMCL_CURRENT	1
7*cf84ac9aSAndroid Build Coastguard WorkerMCL_FUTURE	2
8*cf84ac9aSAndroid Build Coastguard WorkerMCL_ONFAULT	4
9*cf84ac9aSAndroid Build Coastguard Worker#endif
10