aboutsummaryrefslogtreecommitdiff
path: root/center_fw/tools/musl_include_shims/bits/alltypes.h
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-11-06 00:42:57 +0100
committerjaseg <git@jaseg.de>2023-11-06 00:42:57 +0100
commit00e78f930655d04a7d410c76370338b8ae5fe5ea (patch)
treedde0d0f99ecef158ca216d6cae386f0995c7ac7d /center_fw/tools/musl_include_shims/bits/alltypes.h
parentf68d67d5ce731cc280207b3e91a7aa22644487d9 (diff)
download8seg-wip.tar.gz
8seg-wip.tar.bz2
8seg-wip.zip
Add missing symlinks in center fw dirwip
Diffstat (limited to 'center_fw/tools/musl_include_shims/bits/alltypes.h')
-rw-r--r--center_fw/tools/musl_include_shims/bits/alltypes.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/center_fw/tools/musl_include_shims/bits/alltypes.h b/center_fw/tools/musl_include_shims/bits/alltypes.h
new file mode 100644
index 0000000..581ca85
--- /dev/null
+++ b/center_fw/tools/musl_include_shims/bits/alltypes.h
@@ -0,0 +1,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__ */