From 00e78f930655d04a7d410c76370338b8ae5fe5ea Mon Sep 17 00:00:00 2001
From: jaseg <git@jaseg.de>
Date: Mon, 6 Nov 2023 00:42:57 +0100
Subject: Add missing symlinks in center fw dir

---
 center_fw/tools/musl_include_shims/bits/alltypes.h | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 center_fw/tools/musl_include_shims/bits/alltypes.h

(limited to 'center_fw/tools/musl_include_shims/bits')

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__ */
-- 
cgit