diff options
| author | Rich Felker <dalias@aerifal.cx> | 2011-09-22 15:25:07 -0400 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2011-09-22 15:25:07 -0400 | 
| commit | ee6fc9a0931e881fb00fc9ae307f921c5527e55e (patch) | |
| tree | 377d6958b36a648d6d7db60985f3abf60cc2f4fd | |
| parent | 0d4d94efd5dfe9348582c92a2de6923bb66492ac (diff) | |
| download | musl-ee6fc9a0931e881fb00fc9ae307f921c5527e55e.tar.gz | |
wrong __WORDSIZE in x86_64 header
| -rw-r--r-- | arch/x86_64/bits/user.h | 2 | 
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  {  | 
