move time_t and suseconds_t definitions to common alltypes.h.in
[musl.git] / arch / microblaze / bits / alltypes.h.in
blob9a4ce29d0c38fb2b9dcbd7429f769ff1f84115d0
1 #define _REDIR_TIME64 1
2 #define _Addr int
3 #define _Int64 long long
4 #define _Reg int
6 #if __MICROBLAZEEL__
7 #define __BYTE_ORDER 1234
8 #else
9 #define __BYTE_ORDER 4321
10 #endif
12 #define __LONG_MAX 0x7fffffffL
14 #ifndef __cplusplus
15 TYPEDEF int wchar_t;
16 #endif
18 TYPEDEF float float_t;
19 TYPEDEF double double_t;
21 TYPEDEF struct { long long __ll; long double __ld; } max_align_t;