1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Set default __TIMESIZE default to 64

This is expected size for newer ABIs.
This commit is contained in:
Adhemerval Zanella
2021-12-17 09:18:52 -03:00
parent 9702a7901e
commit a4b4131355
14 changed files with 216 additions and 15 deletions

View File

@ -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