wrong __WORDSIZE in x86_64 header

This commit is contained in:
Rich Felker 2011-09-22 15:25:07 -04:00
parent 0d4d94efd5
commit ee6fc9a093

View File

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