From db846a6217c61e8d990b3f2f8e0162e93f9349ed Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 6 Dec 2012 01:24:03 +0100 Subject: remove MAP_32 from non-x86 archs both kernel and glibc define it only on x86(_64). --- arch/powerpc/bits/mman.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/powerpc/bits') diff --git a/arch/powerpc/bits/mman.h b/arch/powerpc/bits/mman.h index b6014c1a..b9ec78c3 100644 --- a/arch/powerpc/bits/mman.h +++ b/arch/powerpc/bits/mman.h @@ -15,7 +15,6 @@ #define MAP_FILE 0x00 #define MAP_ANON 0x20 #define MAP_ANONYMOUS MAP_ANON -#define MAP_32BIT 0x40 #define MAP_NORESERVE 0x40 #define POSIX_MADV_NORMAL 0 -- cgit v1.2.1