summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/wordsize.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/bits/wordsize.h')
-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