about summary refs log tree commit diff
path: root/sysdeps/x86_64/bits/wordsize.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-03 11:49:01 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-03 11:49:01 +0000
commit0ea49d3cef5bbd722606606c2596dd18c88de0f0 (patch)
treeda9e3a1b74d964b2355a7c8fd1c4090025fab1d0 /sysdeps/x86_64/bits/wordsize.h
parent451c8c22c68df72324fb61b462e24e4778c5fe23 (diff)
downloadglibc-0ea49d3cef5bbd722606606c2596dd18c88de0f0.tar.gz
glibc-0ea49d3cef5bbd722606606c2596dd18c88de0f0.tar.xz
glibc-0ea49d3cef5bbd722606606c2596dd18c88de0f0.zip
Update.
	* glibc 2.3 released.
Diffstat (limited to 'sysdeps/x86_64/bits/wordsize.h')
-rw-r--r--sysdeps/x86_64/bits/wordsize.h1
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