diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/bits/mman.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/bits/mman.h b/arch/powerpc/bits/mman.h index b9ec78c3..0c6cc321 100644 --- a/arch/powerpc/bits/mman.h +++ b/arch/powerpc/bits/mman.h @@ -16,6 +16,10 @@ #define MAP_ANON 0x20 #define MAP_ANONYMOUS MAP_ANON #define MAP_NORESERVE 0x40 +#define MAP_GROWSDOWN 0x0100 +#define MAP_DENYWRITE 0x0800 +#define MAP_EXECUTABLE 0x1000 +#define MAP_LOCKED 0x80 #define POSIX_MADV_NORMAL 0 #define POSIX_MADV_RANDOM 1 |