about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedtbbbindtypes.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-04-16 15:04:43 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-04-16 15:04:43 +0200
commit9e37c04fb24dc30b129d8c858b956aa9d4784a97 (patch)
tree83878d3c26839b65b97a1e51dcb8bcda6dc3999d /src/wrapped/generated/wrappedtbbbindtypes.h
parent7870940532b7adb8339a1526ed6a6bb196d5e9ab (diff)
downloadbox64-9e37c04fb24dc30b129d8c858b956aa9d4784a97.tar.gz
box64-9e37c04fb24dc30b129d8c858b956aa9d4784a97.zip
Improved support for musl programs
Diffstat (limited to 'src/wrapped/generated/wrappedtbbbindtypes.h')
-rw-r--r--src/wrapped/generated/wrappedtbbbindtypes.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedtbbbindtypes.h b/src/wrapped/generated/wrappedtbbbindtypes.h
new file mode 100644
index 00000000..fddbb6c5
--- /dev/null
+++ b/src/wrapped/generated/wrappedtbbbindtypes.h
@@ -0,0 +1,30 @@
+/*******************************************************************
+ * File automatically generated by rebuild_wrappers.py (v2.2.0.17) *
+ *******************************************************************/
+#ifndef __wrappedtbbbindTYPES_H_
+#define __wrappedtbbbindTYPES_H_
+
+#ifndef LIBNAME
+#error You should only #include this file inside a wrapped*.c file
+#endif
+#ifndef ADDED_FUNCTIONS
+#define ADDED_FUNCTIONS() 
+#endif
+
+typedef void (*vFv_t)(void);
+typedef void (*vFp_t)(void*);
+typedef void (*vFpi_t)(void*, int32_t);
+typedef int32_t (*iFiii_t)(int32_t, int32_t, int32_t);
+typedef void* (*pFiiii_t)(int32_t, int32_t, int32_t, int32_t);
+typedef void (*vFLpppp_t)(uintptr_t, void*, void*, void*, void*);
+
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(__TBB_internal_destroy_system_topology, vFv_t) \
+	GO(__TBB_internal_deallocate_binding_handler, vFp_t) \
+	GO(__TBB_internal_apply_affinity, vFpi_t) \
+	GO(__TBB_internal_restore_affinity, vFpi_t) \
+	GO(__TBB_internal_get_default_concurrency, iFiii_t) \
+	GO(__TBB_internal_allocate_binding_handler, pFiiii_t) \
+	GO(__TBB_internal_initialize_system_topology, vFLpppp_t)
+
+#endif // __wrappedtbbbindTYPES_H_