diff options
Diffstat (limited to 'src/libtools/threads32.h')
| -rw-r--r-- | src/libtools/threads32.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/libtools/threads32.h b/src/libtools/threads32.h new file mode 100644 index 00000000..00a527d3 --- /dev/null +++ b/src/libtools/threads32.h @@ -0,0 +1,15 @@ +#ifndef __THREADS_32_H_ +#define __THREADS_32_H_ +#include "box32.h" + +typedef struct fake_pthread_mutext_s { + int __lock; + unsigned int __count; + int __owner; + int i386__kind; + int __kind; + ptr_t real_mutex; +} fake_phtread_mutex_t; +#define KIND_SIGN 0xbad001 + +#endif //__THREADS_32_H_ \ No newline at end of file |