X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fmips%2Fbits%2Fmman.h;h=ac8dd5e532a522c35e51308a62091f95c739c362;hp=f99a2109cdec435608c06967f392293673be9c51;hb=000806cde6416f51f783d2dc487d49b47d297e4e;hpb=0e10f740069c2d805d3199a8079b73e828c7d8d9 diff --git a/arch/mips/bits/mman.h b/arch/mips/bits/mman.h index f99a2109..ac8dd5e5 100644 --- a/arch/mips/bits/mman.h +++ b/arch/mips/bits/mman.h @@ -16,6 +16,14 @@ #define MAP_ANON 0x800 #define MAP_ANONYMOUS MAP_ANON #define MAP_NORESERVE 0x0400 +#define MAP_GROWSDOWN 0x1000 +#define MAP_DENYWRITE 0x2000 +#define MAP_EXECUTABLE 0x4000 +#define MAP_LOCKED 0x8000 +#define MAP_POPULATE 0x10000 +#define MAP_NONBLOCK 0x20000 +#define MAP_STACK 0x40000 +#define MAP_HUGETLB 0x80000 #define POSIX_MADV_NORMAL 0 #define POSIX_MADV_RANDOM 1 @@ -43,6 +51,8 @@ #define MADV_UNMERGEABLE 13 #define MADV_HUGEPAGE 14 #define MADV_NOHUGEPAGE 15 +#define MADV_DONTDUMP 16 +#define MADV_DODUMP 17 #define MADV_HWPOISON 100 #define MREMAP_MAYMOVE 1