From 131276809fe3b7bed6086772bc5e3e9941dc6c6c Mon Sep 17 00:00:00 2001 From: Nicholas Wilson Date: Tue, 12 Dec 2017 10:27:23 +0000 Subject: fix x32 unistd macros to report as ILP32 not LP64 --- arch/x32/bits/posix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/x32/bits') diff --git a/arch/x32/bits/posix.h b/arch/x32/bits/posix.h index c37b94c1..30a38714 100644 --- a/arch/x32/bits/posix.h +++ b/arch/x32/bits/posix.h @@ -1,2 +1,2 @@ -#define _POSIX_V6_LP64_OFF64 1 -#define _POSIX_V7_LP64_OFF64 1 +#define _POSIX_V6_ILP32_OFFBIG 1 +#define _POSIX_V7_ILP32_OFFBIG 1 -- cgit v1.2.1