about summary refs log tree commit diff stats
path: root/src/wrapped32/generated/wrappedldlinuxtypes32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped32/generated/wrappedldlinuxtypes32.h')
-rw-r--r--src/wrapped32/generated/wrappedldlinuxtypes32.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedldlinuxtypes32.h b/src/wrapped32/generated/wrappedldlinuxtypes32.h
new file mode 100644
index 00000000..e010f126
--- /dev/null
+++ b/src/wrapped32/generated/wrappedldlinuxtypes32.h
@@ -0,0 +1,21 @@
+/******************************************************************
+ * File automatically generated by rebuild_wrappers_32.py (v0.0.1.1) *
+ ******************************************************************/
+#ifndef __wrappedldlinuxTYPES32_H_
+#define __wrappedldlinuxTYPES32_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* (*pFv_t)(void);
+typedef void* (*pFp_t)(void*);
+
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(___tls_get_addr, pFv_t) \
+	GO(__tls_get_addr, pFp_t)
+
+#endif // __wrappedldlinuxTYPES32_H_