mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-15 04:20:28 +08:00
9abdae94c7
These structs describe file formats under /var/log, and should not depend on the definition of _TIME_BITS. This is achieved by defining __WORDSIZE_TIME64_COMPAT32 to 1 on 32-bit ports that support 32-bit time_t values (where __time_t is 32 bits). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
7 lines
191 B
C
7 lines
191 B
C
/* Determine the wordsize from the preprocessor defines. */
|
|
|
|
#define __WORDSIZE 32
|
|
#define __WORDSIZE_TIME64_COMPAT32 1
|
|
#define __WORDSIZE32_SIZE_ULONG 0
|
|
#define __WORDSIZE32_PTRDIFF_LONG 0
|