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.
This commit is contained in:
Rich Felker
2019-11-02 18:30:56 -04:00
parent b60fdf133c
commit d6dcfe4d0c
17 changed files with 2 additions and 48 deletions
-3
View File
@@ -18,6 +18,3 @@ TYPEDEF float float_t;
TYPEDEF double double_t;
TYPEDEF struct { long long __ll; long double __ld; } max_align_t;
TYPEDEF long long time_t;
TYPEDEF long long suseconds_t;