summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/wordsize.h
blob: 2d8e2b94315082c33cd9d683d774ed2e4e5a5ffb (plain)
1
2
3
4
5
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