summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-19 00:04:54 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-19 00:04:54 +0000
commit261183e20047c8d0b547e7a7defd1821b71e969f (patch)
treeb01f6d0a61e29dae1427c0a6acb0f95ad9d220e0 /libc/sysdeps/linux/common
parent138d716df96f610ebbfb17ec76204b3fba1f9ce4 (diff)
give a little info as to what the file should contain
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r--libc/sysdeps/linux/common/bits/wordsize.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/bits/wordsize.h b/libc/sysdeps/linux/common/bits/wordsize.h
index 9ef0e8526..2d8e2b943 100644
--- a/libc/sysdeps/linux/common/bits/wordsize.h
+++ b/libc/sysdeps/linux/common/bits/wordsize.h
@@ -1 +1,6 @@
#error "This file must be written based on the data type sizes of the target"
+
+#if 0
+#define __WORDSIZE 32
+#define __WORDSIZE 64
+#endif