projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6430315
)
fix x32 unistd macros to report as ILP32 not LP64
author
Nicholas Wilson
<nicholas.wilson@realvnc.com>
Tue, 12 Dec 2017 10:27:23 +0000
(10:27 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 15 Dec 2017 02:22:51 +0000
(21:22 -0500)
arch/x32/bits/posix.h
patch
|
blob
|
history
diff --git
a/arch/x32/bits/posix.h
b/arch/x32/bits/posix.h
index c37b94c142fddb0fb0715efb9c9596e18bae347c..30a38714f36ddf95e02faf61e072fe9b3320e652 100644
(file)
--- 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