Blame sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h

Packit 6c4009
/* Determine the wordsize from the preprocessor defines.  */
Packit 6c4009
Packit 6c4009
#if defined __powerpc64__
Packit 6c4009
# define __WORDSIZE	64
Packit 6c4009
# define __WORDSIZE_TIME64_COMPAT32	1
Packit 6c4009
#else
Packit 6c4009
# define __WORDSIZE	32
Packit 6c4009
# define __WORDSIZE_TIME64_COMPAT32	0
Packit 6c4009
# define __WORDSIZE32_SIZE_ULONG	0
Packit 6c4009
# define __WORDSIZE32_PTRDIFF_LONG	0
Packit 6c4009
#endif