X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fx86_64%2Fbits%2Fmman.h;h=c4cd8aef54e25a97405c485a6d270247e29c9eac;hb=121e3a38a1d0b324696fc1671029e4b815ea7fa4;hp=78ed75f5edaf949b55f39b9a76a63324fb61ae77;hpb=0e10f740069c2d805d3199a8079b73e828c7d8d9;p=musl diff --git a/arch/x86_64/bits/mman.h b/arch/x86_64/bits/mman.h index 78ed75f5..c4cd8aef 100644 --- a/arch/x86_64/bits/mman.h +++ b/arch/x86_64/bits/mman.h @@ -17,6 +17,10 @@ #define MAP_ANONYMOUS MAP_ANON #define MAP_32BIT 0x40 #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