zig/lib/libc/include/s390x-linux-gnu/bits/wordsize.h

11 lines
266 B
C
Raw Normal View History

2019-03-07 09:16:10 -08:00
/* 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