repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.
[glibc/history.git]
/
sysdeps
/
x86_64
/
bits
/
wordsize.h
blob
a40a0d816fd511d06c1dfa57b009dc5d12efa30d
1
/* Determine the wordsize from the preprocessor defines. */
2
3
#if defined __x86_64__
4
# define __WORDSIZE 64
5
# define __WORDSIZE_COMPAT32 1
6
#else
7
# define __WORDSIZE 32
8
#endif