about summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-15 15:56:58 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-15 15:56:58 -0500
commitc0248191bd524938950a87392ee76cd499ac06d1 (patch)
tree1c74fb131c1a3b16b66a4870125dbf52f68a87fe /arch
parent62275f7876b602ccbc8f0712ba4cf75bb8597bbe (diff)
downloadmusl-c0248191bd524938950a87392ee76cd499ac06d1.tar.gz
musl-c0248191bd524938950a87392ee76cd499ac06d1.tar.xz
musl-c0248191bd524938950a87392ee76cd499ac06d1.zip
fix x86_64 wrongly reporting itself as ILP32 instead of LP64
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/bits/posix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/bits/posix.h b/arch/x86_64/bits/posix.h
index 30a38714..d9f01fd9 100644
--- a/arch/x86_64/bits/posix.h
+++ b/arch/x86_64/bits/posix.h
@@ -1,2 +1,2 @@
-#define _POSIX_V6_ILP32_OFFBIG  1
-#define _POSIX_V7_ILP32_OFFBIG  1
+#define _POSIX_V6_LP64_OFF64  1
+#define _POSIX_V6_LP64_OFF64  1