mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-12 20:20:18 +00:00
4589d0715c
* sysdeps/tile/tilepro/bits/wordsize.h: Define __WORDSIZE32_SIZE_ULONG and __WORDSIZE32_PTRDIFF_LONG.
7 lines
194 B
C
7 lines
194 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
|