X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fmicroblaze%2Fbits%2Fmman.h;h=2f23d447b26d1de7ecb6a7c7a1574e463728c653;hp=63d39ab84af270cf44b4f35f5a151d36177e35d8;hb=7e0d4fce41ac95adc080bffa88ee0f51c1cf2837;hpb=db846a6217c61e8d990b3f2f8e0162e93f9349ed diff --git a/arch/microblaze/bits/mman.h b/arch/microblaze/bits/mman.h index 63d39ab8..2f23d447 100644 --- a/arch/microblaze/bits/mman.h +++ b/arch/microblaze/bits/mman.h @@ -16,6 +16,10 @@ #define MAP_ANON 0x20 #define MAP_ANONYMOUS MAP_ANON #define MAP_NORESERVE 0x4000 +#define MAP_GROWSDOWN 0x0100 +#define MAP_DENYWRITE 0x0800 +#define MAP_EXECUTABLE 0x1000 +#define MAP_LOCKED 0x2000 #define POSIX_MADV_NORMAL 0 #define POSIX_MADV_RANDOM 1