summaryrefslogtreecommitdiff
path: root/arch/powerpc
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/powerpc
parent0e10f740069c2d805d3199a8079b73e828c7d8d9 (diff)
downloadmusl-db846a6217c61e8d990b3f2f8e0162e93f9349ed.tar.gz
remove MAP_32 from non-x86 archs
both kernel and glibc define it only on x86(_64).
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/bits/mman.h1
1 files changed, 0 insertions, 1 deletions
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