From: Nicholas Wilson Date: Tue, 12 Dec 2017 10:27:23 +0000 (+0000) Subject: fix x32 unistd macros to report as ILP32 not LP64 X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=131276809fe3b7bed6086772bc5e3e9941dc6c6c;p=musl fix x32 unistd macros to report as ILP32 not LP64 --- 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