]> git.ipfire.org Git - thirdparty/glibc.git/blame - ports/sysdeps/tile/tilegx/bits/wordsize.h
Move all files into ports/ subdirectory in preparation for merge with glibc
[thirdparty/glibc.git] / ports / sysdeps / tile / tilegx / bits / wordsize.h
CommitLineData
63d143a2
CM
1/* Determine the wordsize from the preprocessor defines. */
2
3#ifdef __LP64__
4# define __WORDSIZE 64
7c49b18b 5# define __WORDSIZE_TIME64_COMPAT32 1
63d143a2
CM
6#else
7# define __WORDSIZE 32
8#endif