diff options
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/bits/wordsize.h | 5 |
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 |