diff options
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/bits/alltypes.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/i386/bits/alltypes.h.in b/arch/i386/bits/alltypes.h.in index 74e599a2..6feb03a6 100644 --- a/arch/i386/bits/alltypes.h.in +++ b/arch/i386/bits/alltypes.h.in @@ -29,6 +29,3 @@ TYPEDEF struct { __attribute__((__aligned__(8))) long long __ll; long double __l #else TYPEDEF struct { alignas(8) long long __ll; long double __ld; } max_align_t; #endif - -TYPEDEF long long time_t; -TYPEDEF long long suseconds_t; |