summaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-32/bits/wordsize.h
blob: 129e47182b8a1fa44f46a7db9dc7acc545d3f459 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Determine the wordsize from the preprocessor defines.  */

#if defined __s390x__
# define __WORDSIZE	64
#else
# define __WORDSIZE	32
# define __WORDSIZE32_SIZE_ULONG       1
# define __WORDSIZE32_PTRDIFF_LONG      0
#endif

#define __WORDSIZE_TIME64_COMPAT32     0