summaryrefslogtreecommitdiff
path: root/controller/fw/musl_include_shims/bits
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2021-04-09 18:38:02 +0200
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2021-04-09 18:38:57 +0200
commit50998fcfb916ae251309bd4b464f2c122e8cb30d (patch)
tree4ecf7a7443b75ab51c4dc0c0fc9289342dc7d6a0 /controller/fw/musl_include_shims/bits
parent312fee491cfab436d52db4b6265107e20f3e1293 (diff)
downloadmaster-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.tar.gz
master-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.tar.bz2
master-thesis-50998fcfb916ae251309bd4b464f2c122e8cb30d.zip
Repo re-org
Diffstat (limited to 'controller/fw/musl_include_shims/bits')
-rw-r--r--controller/fw/musl_include_shims/bits/alltypes.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/controller/fw/musl_include_shims/bits/alltypes.h b/controller/fw/musl_include_shims/bits/alltypes.h
deleted file mode 100644
index 581ca85..0000000
--- a/controller/fw/musl_include_shims/bits/alltypes.h
+++ /dev/null
@@ -1,23 +0,0 @@
-
-/* 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__ */