]> git.proxmox.com Git - wasi-libc.git/blame - 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
CommitLineData
320054e8
DG
1#define _Addr long
2#define _Int64 long
3#define _Reg long
4
575e1579
DG
5#define __BYTE_ORDER 4321
6#define __LONG_MAX 0x7fffffffffffffffL
320054e8
DG
7
8#ifndef __cplusplus
9TYPEDEF int wchar_t;
10#endif
11
12TYPEDEF double float_t;
13TYPEDEF double double_t;
14
15TYPEDEF struct { long long __ll; long double __ld; } max_align_t;