From a4b413135535c83a25a8b2d661bf1c75006dfa15 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 17 Dec 2021 09:18:52 -0300 Subject: Set default __TIMESIZE default to 64 This is expected size for newer ABIs. --- sysdeps/unix/sysv/linux/x86/bits/timesize.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/x86/bits') 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 . */ +#include + #if defined __x86_64__ && defined __ILP32__ /* For x32, time is 64-bit even though word size is 32-bit. */ # define __TIMESIZE 64 -- cgit v1.1