summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/hppa/bits/wordsize.h
blob: 951e83893405a203e6e55d36bd028e11670fcd6d (plain)
1
2
3
4
5
6
7
/* Determine the wordsize from the preprocessor defines.  */

#ifdef __LP64__
# define __WORDSIZE	64
#else
# define __WORDSIZE	32
#endif