From dc88f0e0143b6e2f9fffe42f2b221f1e24aa8034 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 8 Dec 2019 09:22:58 -0600 Subject: : Ensure time bits are always 64 --- include/sys/time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sys/time.h b/include/sys/time.h index cdc67ef6..fd773896 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -13,6 +13,7 @@ int gettimeofday (struct timeval *__restrict, void *__restrict); #define ITIMER_REAL 0 #define ITIMER_VIRTUAL 1 #define ITIMER_PROF 2 +#define __USE_TIME_BITS64 1 struct itimerval { struct timeval it_interval; -- cgit v1.2.3-60-g2f50