diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-12-17 09:18:52 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-12-23 11:41:08 -0300 |
commit | a4b413135535c83a25a8b2d661bf1c75006dfa15 (patch) | |
tree | a3c23df7921b90c264f9b0e616a101e7fb50339d /sysdeps/unix/sysv/linux/x86 | |
parent | 9702a7901e18460e8ffc5f56a493d41294a8e936 (diff) | |
download | glibc-a4b413135535c83a25a8b2d661bf1c75006dfa15.zip glibc-a4b413135535c83a25a8b2d661bf1c75006dfa15.tar.gz glibc-a4b413135535c83a25a8b2d661bf1c75006dfa15.tar.bz2 |
Set default __TIMESIZE default to 64
This is expected size for newer ABIs.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86/bits/timesize.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86/bits/timesize.h b/sysdeps/unix/sysv/linux/x86/bits/timesize.h index 17e943a..e8f5cd8 100644 --- a/sysdeps/unix/sysv/linux/x86/bits/timesize.h +++ b/sysdeps/unix/sysv/linux/x86/bits/timesize.h @@ -16,6 +16,8 @@ License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>. */ +#include <bits/wordsize.h> + #if defined __x86_64__ && defined __ILP32__ /* For x32, time is 64-bit even though word size is 32-bit. */ # define __TIMESIZE 64 |