summaryrefslogtreecommitdiff
path: root/fw/musl_include_shims/bits/alltypes.h
blob: 581ca85cb5bd976e9b2deaa498a5ea950e19c1ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* shim file for musl */

#ifndef __MUSL_SHIM_BITS_ALLTYPES_H__
#define __MUSL_SHIM_BITS_ALLTYPES_H__

#define _REDIR_TIME64 1
#define _Addr int
#define _Int64 long long
#define _Reg int

#define __BYTE_ORDER 1234

#define __LONG_MAX 0x7fffffffL

#ifndef __cplusplus
typedef unsigned wchar_t;
#endif

typedef float float_t;
typedef double double_t;

#endif /* __MUSL_SHIM_BITS_ALLTYPES_H__ */