]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/arch/s390x/bits/alltypes.h.in
Update to musl 1.2.0.
[wasi-libc.git] / libc-top-half / musl / arch / s390x / bits / alltypes.h.in
1 #define _Addr long
2 #define _Int64 long
3 #define _Reg long
4
5 #define __BYTE_ORDER 4321
6 #define __LONG_MAX 0x7fffffffffffffffL
7
8 #ifndef __cplusplus
9 TYPEDEF int wchar_t;
10 #endif
11
12 TYPEDEF double float_t;
13 TYPEDEF double double_t;
14
15 TYPEDEF struct { long long __ll; long double __ld; } max_align_t;