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