wrong __WORDSIZE in x86_64 header
authorRich Felker <dalias@aerifal.cx>
Thu, 22 Sep 2011 19:25:07 +0000 (15:25 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 22 Sep 2011 19:25:07 +0000 (15:25 -0400)
arch/x86_64/bits/user.h

index 13ff027..ca2dae8 100644 (file)
@@ -1,5 +1,5 @@
 #undef __WORDSIZE
-#define __WORDSIZE 32
+#define __WORDSIZE 64
 
 struct user_fpregs_struct
 {