summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits/mman.h
blob: b6a15a1242a686f4e01bcb92d7eb9fd18a3b3b89 (plain) (blame)
1
2
3
4
5
6
7
8
#define	PROT_SAO       0x10

#undef MCL_CURRENT
#define MCL_CURRENT     0x2000
#undef MCL_FUTURE
#define MCL_FUTURE      0x4000
#undef MCL_ONFAULT
#define MCL_ONFAULT     0x8000