From 5d8aa97da2332a818579bbb24880f9d44715448a Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 19 Oct 2020 11:51:48 -0300 Subject: time: Add 64-bit time_t support for ftime It basically calls the 64-bit __clock_gettime64 and adds the overflow check. Checked on x86_64-linux-gnu and i686-linux-gnu. Reviewed-by: Lukasz Majewski --- time/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time/Makefile') diff --git a/time/Makefile b/time/Makefile index a4fb13d..26aa835 100644 --- a/time/Makefile +++ b/time/Makefile @@ -27,7 +27,7 @@ headers := time.h sys/time.h sys/timeb.h bits/time.h \ bits/types/struct_itimerspec.h \ bits/types/struct_timespec.h bits/types/struct_timeval.h \ bits/types/struct_tm.h bits/types/timer_t.h \ - bits/types/time_t.h + bits/types/time_t.h bits/types/struct_timeb.h routines := offtime asctime clock ctime ctime_r difftime \ gmtime localtime mktime time \ -- cgit v1.1