diff options
Diffstat (limited to 'sysdeps/tile/tilepro')
-rw-r--r-- | sysdeps/tile/tilepro/bits/wordsize.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/tile/tilepro/bits/wordsize.h b/sysdeps/tile/tilepro/bits/wordsize.h index da587a2..8281538 100644 --- a/sysdeps/tile/tilepro/bits/wordsize.h +++ b/sysdeps/tile/tilepro/bits/wordsize.h @@ -1,3 +1,4 @@ /* Determine the wordsize from the preprocessor defines. */ -#define __WORDSIZE 32 +#define __WORDSIZE 32 +#define __WORDSIZE_TIME64_COMPAT32 0 |