]> git.proxmox.com Git - wasi-libc.git/blame - libc-top-half/musl/arch/microblaze/bits/alltypes.h.in
Update to musl 1.2.0.
[wasi-libc.git] / libc-top-half / musl / arch / microblaze / bits / alltypes.h.in
CommitLineData
575e1579 1#define _REDIR_TIME64 1
320054e8
DG
2#define _Addr int
3#define _Int64 long long
4#define _Reg int
5
575e1579
DG
6#if __MICROBLAZEEL__
7#define __BYTE_ORDER 1234
8#else
9#define __BYTE_ORDER 4321
10#endif
11
12#define __LONG_MAX 0x7fffffffL
320054e8
DG
13
14#ifndef __cplusplus
15TYPEDEF int wchar_t;
16#endif
17
18TYPEDEF float float_t;
19TYPEDEF double double_t;
20
21TYPEDEF struct { long long __ll; long double __ld; } max_align_t;