summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Wilson <nicholas.wilson@realvnc.com>2017-12-12 10:27:23 +0000
committerRich Felker <dalias@aerifal.cx>2017-12-14 21:22:51 -0500
commit131276809fe3b7bed6086772bc5e3e9941dc6c6c (patch)
tree31c1fae24a098b7e5c0b503c4f5a1452e2879bdf
parent64303156832bc555d11c181168db1e7834ac7069 (diff)
downloadmusl-131276809fe3b7bed6086772bc5e3e9941dc6c6c.tar.gz
fix x32 unistd macros to report as ILP32 not LP64
-rw-r--r--arch/x32/bits/posix.h4
1 files changed, 2 insertions, 2 deletions
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