From d6dcfe4d0c58856690ecbad4cf191d7c9ee1a4a8 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 22 Oct 2019 17:08:56 -0400 Subject: move time_t and suseconds_t definitions to common alltypes.h.in now that all 32-bit archs have 64-bit time_t (and suseconds_t), the arch-provided _Int64 macro (long or long long, as appropriate) can be used to define them, and arch-specific definitions are no longer needed. --- arch/x32/bits/alltypes.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/x32') diff --git a/arch/x32/bits/alltypes.h.in b/arch/x32/bits/alltypes.h.in index 655d189b..9f9d2410 100644 --- a/arch/x32/bits/alltypes.h.in +++ b/arch/x32/bits/alltypes.h.in @@ -22,6 +22,3 @@ TYPEDEF double double_t; #endif TYPEDEF struct { long long __ll; long double __ld; } max_align_t; - -TYPEDEF long long time_t; -TYPEDEF long long suseconds_t; -- cgit v1.2.1