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 --- include/bits/types/struct_timeb.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/bits/types/struct_timeb.h (limited to 'include/bits/types') diff --git a/include/bits/types/struct_timeb.h b/include/bits/types/struct_timeb.h new file mode 100644 index 0000000000..fef74d2f44 --- /dev/null +++ b/include/bits/types/struct_timeb.h @@ -0,0 +1 @@ +#include