diff options
Diffstat (limited to 'arch/powerpc64/bits/mman.h')
| -rw-r--r-- | arch/powerpc64/bits/mman.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/arch/powerpc64/bits/mman.h b/arch/powerpc64/bits/mman.h new file mode 100644 index 00000000..f5974f82 --- /dev/null +++ b/arch/powerpc64/bits/mman.h @@ -0,0 +1,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 | 
