diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-11 04:32:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-11 04:32:08 +0000 |
commit | 1088ed4c433e7c281f1b8f86f6eaad3b10e3d371 (patch) | |
tree | f67b0fd4dab765f4724235cb345c3321c554de6f /libc/sysdeps | |
parent | 7d7d093de84a4eb801c9025b89144ce5563b75b4 (diff) |
sync with glibc
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/x86_64/bits/wordsize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/x86_64/bits/wordsize.h b/libc/sysdeps/linux/x86_64/bits/wordsize.h index e96a9f1ad..0cce4ead9 100644 --- a/libc/sysdeps/linux/x86_64/bits/wordsize.h +++ b/libc/sysdeps/linux/x86_64/bits/wordsize.h @@ -2,6 +2,7 @@ #if defined __x86_64__ # define __WORDSIZE 64 +/*# define __WORDSIZE_COMPAT32 1*/ #else # define __WORDSIZE 32 #endif |