diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |