X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fmips%2Fbits%2Fmman.h;h=ac8dd5e532a522c35e51308a62091f95c739c362;hp=3e6faa407c83717f8b1c12005920bd4bdc95e432;hb=000806cde6416f51f783d2dc487d49b47d297e4e;hpb=bc1a8d2ae3837a7303f14d381a4c37218f0c8fcb diff --git a/arch/mips/bits/mman.h b/arch/mips/bits/mman.h index 3e6faa40..ac8dd5e5 100644 --- a/arch/mips/bits/mman.h +++ b/arch/mips/bits/mman.h @@ -20,6 +20,10 @@ #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 @@ -47,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