diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-03 11:49:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-03 11:49:01 +0000 |
commit | 0ea49d3cef5bbd722606606c2596dd18c88de0f0 (patch) | |
tree | da9e3a1b74d964b2355a7c8fd1c4090025fab1d0 /sysdeps/x86_64/bits | |
parent | 451c8c22c68df72324fb61b462e24e4778c5fe23 (diff) | |
download | glibc-0ea49d3cef5bbd722606606c2596dd18c88de0f0.tar.gz |
Update.
* glibc 2.3 released.
Diffstat (limited to 'sysdeps/x86_64/bits')
-rw-r--r-- | sysdeps/x86_64/bits/wordsize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/bits/wordsize.h b/sysdeps/x86_64/bits/wordsize.h index e96a9f1add..a40a0d816f 100644 --- a/sysdeps/x86_64/bits/wordsize.h +++ b/sysdeps/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 |