fix x32 unistd macros to report as ILP32 not LP64
authorNicholas Wilson <nicholas.wilson@realvnc.com>
Tue, 12 Dec 2017 10:27:23 +0000 (10:27 +0000)
committerRich Felker <dalias@aerifal.cx>
Fri, 15 Dec 2017 02:22:51 +0000 (21:22 -0500)
arch/x32/bits/posix.h

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