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:
62275f7
)
fix x86_64 wrongly reporting itself as ILP32 instead of LP64
author
Rich Felker
<dalias@aerifal.cx>
Tue, 15 Feb 2011 20:56:58 +0000
(15:56 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 15 Feb 2011 20:56:58 +0000
(15:56 -0500)
arch/x86_64/bits/posix.h
patch
|
blob
|
history
diff --git
a/arch/x86_64/bits/posix.h
b/arch/x86_64/bits/posix.h
index 30a38714f36ddf95e02faf61e072fe9b3320e652..d9f01fd9f055e4512adb0c0383cacaf8854363e3 100644
(file)
--- a/
arch/x86_64/bits/posix.h
+++ b/
arch/x86_64/bits/posix.h
@@
-1,2
+1,2
@@
-#define _POSIX_V6_
ILP32_OFFBIG
1
-#define _POSIX_V
7_ILP32_OFFBIG
1
+#define _POSIX_V6_
LP64_OFF64
1
+#define _POSIX_V
6_LP64_OFF64
1