aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-09-22 15:25:07 -0400
committerRich Felker <dalias@aerifal.cx>2011-09-22 15:25:07 -0400
commitee6fc9a0931e881fb00fc9ae307f921c5527e55e (patch)
tree377d6958b36a648d6d7db60985f3abf60cc2f4fd
parentprotect against/handle cancellation reading shadow passwords (diff)
downloadgrovel-ee6fc9a0931e881fb00fc9ae307f921c5527e55e.tar.gz
grovel-ee6fc9a0931e881fb00fc9ae307f921c5527e55e.tar.xz
wrong __WORDSIZE in x86_64 header
-rw-r--r--arch/x86_64/bits/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/bits/user.h b/arch/x86_64/bits/user.h
index 13ff027b..ca2dae83 100644
--- 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
{