From 0e10f740069c2d805d3199a8079b73e828c7d8d9 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 6 Dec 2012 01:20:48 +0100 Subject: add MAP_NORESERVE to bits/mman.h this is needed for qemu, and since it differs for each arch it can't be circumvented easily by using a macro in CFLAGS. --- arch/mips/bits/mman.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/bits/mman.h') diff --git a/arch/mips/bits/mman.h b/arch/mips/bits/mman.h index f40e451d..f99a2109 100644 --- a/arch/mips/bits/mman.h +++ b/arch/mips/bits/mman.h @@ -15,6 +15,7 @@ #define MAP_FILE 0x00 #define MAP_ANON 0x800 #define MAP_ANONYMOUS MAP_ANON +#define MAP_NORESERVE 0x0400 #define POSIX_MADV_NORMAL 0 #define POSIX_MADV_RANDOM 1 -- cgit v1.2.1