diff options
Diffstat (limited to 'src/wrapped/generated/wrappedldlinuxtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedldlinuxtypes.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedldlinuxtypes.h b/src/wrapped/generated/wrappedldlinuxtypes.h new file mode 100644 index 00000000..4a7a4158 --- /dev/null +++ b/src/wrapped/generated/wrappedldlinuxtypes.h @@ -0,0 +1,19 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v1.3.0.10) * + *******************************************************************/ +#ifndef __wrappedldlinuxTYPES_H_ +#define __wrappedldlinuxTYPES_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* (*pFp_t)(void*); + +#define SUPER() ADDED_FUNCTIONS() \ + GO(__tls_get_addr, pFp_t) + +#endif // __wrappedldlinuxTYPES_H_ |