From c0248191bd524938950a87392ee76cd499ac06d1 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 15 Feb 2011 15:56:58 -0500 Subject: fix x86_64 wrongly reporting itself as ILP32 instead of LP64 --- arch/x86_64/bits/posix.h | 4 ++-- 1 file 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 -- cgit v1.2.1