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:
0d4d94e
)
wrong __WORDSIZE in x86_64 header
author
Rich Felker
<dalias@aerifal.cx>
Thu, 22 Sep 2011 19:25:07 +0000
(15:25 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 22 Sep 2011 19:25:07 +0000
(15:25 -0400)
arch/x86_64/bits/user.h
patch
|
blob
|
history
diff --git
a/arch/x86_64/bits/user.h
b/arch/x86_64/bits/user.h
index 13ff027bae27d995a6d987b6f1e758c39797e4a6..ca2dae831ecc7b28861fc6d17c1f32b9185b9cf7 100644
(file)
--- a/
arch/x86_64/bits/user.h
+++ b/
arch/x86_64/bits/user.h
@@
-1,5
+1,5
@@
#undef __WORDSIZE
-#define __WORDSIZE
32
+#define __WORDSIZE
64
struct user_fpregs_struct
{