fix x86_64 wrongly reporting itself as ILP32 instead of LP64
authorRich Felker <dalias@aerifal.cx>
Tue, 15 Feb 2011 20:56:58 +0000 (15:56 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 15 Feb 2011 20:56:58 +0000 (15:56 -0500)
arch/x86_64/bits/posix.h

index 30a3871..d9f01fd 100644 (file)
@@ -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