about summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2012-12-06 01:24:03 +0100
committerrofl0r <retnyg@gmx.net>2012-12-06 01:26:51 +0100
commitdb846a6217c61e8d990b3f2f8e0162e93f9349ed (patch)
treeb36b8dff557b16b53df08c2cdc52112453e486c9 /arch
parent0e10f740069c2d805d3199a8079b73e828c7d8d9 (diff)
downloadmusl-db846a6217c61e8d990b3f2f8e0162e93f9349ed.tar.gz
musl-db846a6217c61e8d990b3f2f8e0162e93f9349ed.tar.xz
musl-db846a6217c61e8d990b3f2f8e0162e93f9349ed.zip
remove MAP_32 from non-x86 archs
both kernel and glibc define it only on x86(_64).
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/bits/mman.h1
-rw-r--r--arch/microblaze/bits/mman.h1
-rw-r--r--arch/powerpc/bits/mman.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/bits/mman.h b/arch/arm/bits/mman.h
index bc8f37c8..63d39ab8 100644
--- a/arch/arm/bits/mman.h
+++ b/arch/arm/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  0x4000
 
 #define POSIX_MADV_NORMAL       0
diff --git a/arch/microblaze/bits/mman.h b/arch/microblaze/bits/mman.h
index bc8f37c8..63d39ab8 100644
--- a/arch/microblaze/bits/mman.h
+++ b/arch/microblaze/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  0x4000
 
 #define POSIX_MADV_NORMAL       0
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