repo.or.cz
/
glibc-ports.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add README.ports-moved-to-libc.
[glibc-ports.git]
/
sysdeps
/
tile
/
tilegx
/
bits
/
wordsize.h
blob
5d4e4b4470363a670d7e694c6220a589ffd792da
1
/* Determine the wordsize from the preprocessor defines. */
2
3
#ifdef __LP64__
4
# define __WORDSIZE 64
5
# define __WORDSIZE_TIME64_COMPAT32 1
6
#else
7
# define __WORDSIZE 32
8
#endif