diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/bits/alltypes.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/bits/alltypes.h.in b/arch/x86_64/bits/alltypes.h.in index 34b7d6ac..7b4f3e72 100644 --- a/arch/x86_64/bits/alltypes.h.in +++ b/arch/x86_64/bits/alltypes.h.in @@ -18,6 +18,8 @@ TYPEDEF float float_t; TYPEDEF double double_t; #endif +TYPEDEF struct { long long __ll; long double __ld; } max_align_t; + TYPEDEF long time_t; TYPEDEF long suseconds_t; |