mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 17:11:06 +00:00
dd57f5e7b6
The sparc32 is always 32 bits. Checked on sparcv9-linux-gnu.
7 lines
191 B
C
7 lines
191 B
C
/* Determine the wordsize from the preprocessor defines. */
|
|
|
|
#define __WORDSIZE 32
|
|
#define __WORDSIZE_TIME64_COMPAT32 0
|
|
#define __WORDSIZE32_SIZE_ULONG 0
|
|
#define __WORDSIZE32_PTRDIFF_LONG 0
|