From 1c72527dc816c1cd24fcff338b56c7617aa21c75 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 15 Dec 2024 14:57:07 +0100 Subject: [BOX32][WRAPPER] Some work on 32bits xcb_connection --- src/libtools/threads32.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/libtools/threads32.h (limited to 'src/libtools/threads32.h') 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 -- cgit 1.4.1