Browse Source

wrong __WORDSIZE in x86_64 header

rs-1.0
Rich Felker 15 years ago
parent
commit
ee6fc9a093
  1. 2
      arch/x86_64/bits/user.h

2
arch/x86_64/bits/user.h

@ -1,5 +1,5 @@
#undef __WORDSIZE #undef __WORDSIZE
#define __WORDSIZE 32 #define __WORDSIZE 64
struct user_fpregs_struct struct user_fpregs_struct
{ {

Loading…
Cancel
Save