about summary refs log tree commit diff stats
path: root/src/wrapped32/generated/wrappedlibpthreadtypes32.h
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2024-09-30 12:26:45 +0200
committerGitHub <noreply@github.com>2024-09-30 12:26:45 +0200
commit703d19b256bc533d73cf4f206e5c443579aaf4c1 (patch)
tree91d266d025eec005dd040bf3fb3d7bdca026f002 /src/wrapped32/generated/wrappedlibpthreadtypes32.h
parentf7d7fbb9b0567e08b6694a46c34c944cbc2bfe15 (diff)
downloadbox64-703d19b256bc533d73cf4f206e5c443579aaf4c1.tar.gz
box64-703d19b256bc533d73cf4f206e5c443579aaf4c1.zip
Various box32 wrapped libs and script fixes (#1889)
* [WRAPPED32] Fixed the rebuild_wrappers_32 script, fixed some libc signatures

* [WRAPPED32] Added back xdr functions

* [WRAPPED32] Forgot to regenerate wrappers
Diffstat (limited to 'src/wrapped32/generated/wrappedlibpthreadtypes32.h')
-rw-r--r--src/wrapped32/generated/wrappedlibpthreadtypes32.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/wrapped32/generated/wrappedlibpthreadtypes32.h b/src/wrapped32/generated/wrappedlibpthreadtypes32.h
index 337454d7..88f78141 100644
--- a/src/wrapped32/generated/wrappedlibpthreadtypes32.h
+++ b/src/wrapped32/generated/wrappedlibpthreadtypes32.h
@@ -1,6 +1,6 @@
-/******************************************************************
- * File automatically generated by rebuild_wrappers_32.py (v0.0.1.1) *
- ******************************************************************/
+/*********************************************************************
+ * File automatically generated by rebuild_wrappers_32.py (v0.0.2.2) *
+ *********************************************************************/
 #ifndef __wrappedlibpthreadTYPES32_H_
 #define __wrappedlibpthreadTYPES32_H_
 
@@ -21,16 +21,16 @@ typedef int32_t (*iFpL_t)(void*, uintptr_t);
 typedef int32_t (*iFpp_t)(void*, void*);
 typedef int32_t (*iFhi_t)(uintptr_t, int32_t);
 typedef int32_t (*iFhp_t)(uintptr_t, void*);
+typedef int32_t (*iFprLL__t)(void*, struct_LL_t*);
 typedef void (*vFppp_t)(void*, void*, void*);
 typedef int32_t (*iFpiu_t)(void*, int32_t, uint32_t);
 typedef int32_t (*iFpup_t)(void*, uint32_t, void*);
-typedef int32_t (*iFpLL_t)(void*, uintptr_t, uintptr_t);
 typedef int32_t (*iFppL_t)(void*, void*, uintptr_t);
 typedef int32_t (*iFppp_t)(void*, void*, void*);
 typedef int32_t (*iFhup_t)(uintptr_t, uint32_t, void*);
 typedef void* (*pFpOM_t)(void*, int32_t, ...);
-typedef int32_t (*iFppLL_t)(void*, void*, uintptr_t, uintptr_t);
-typedef int32_t (*iFhppp_t)(uintptr_t, void*, void*, void*);
+typedef int32_t (*iFpprLL__t)(void*, void*, struct_LL_t*);
+typedef int32_t (*iFBh_ppp_t)(struct_h_t*, void*, void*, void*);
 
 #define SUPER() ADDED_FUNCTIONS() \
 	GO(__pthread_initialize, vFv_t) \
@@ -99,11 +99,11 @@ typedef int32_t (*iFhppp_t)(uintptr_t, void*, void*, void*);
 	GO(sem_getvalue, iFpp_t) \
 	GO(pthread_kill@GLIBC_2.0, iFhi_t) \
 	GO(pthread_getattr_np, iFhp_t) \
+	GO(sem_timedwait, iFprLL__t) \
 	GO(_pthread_cleanup_push, vFppp_t) \
 	GO(_pthread_cleanup_push_defer, vFppp_t) \
 	GO(sem_init, iFpiu_t) \
 	GO(pthread_attr_setaffinity_np, iFpup_t) \
-	GO(sem_timedwait, iFpLL_t) \
 	GO(pthread_attr_setstack, iFppL_t) \
 	GO(__pthread_atfork, iFppp_t) \
 	GO(pthread_atfork, iFppp_t) \
@@ -111,8 +111,8 @@ typedef int32_t (*iFhppp_t)(uintptr_t, void*, void*, void*);
 	GO(pthread_getaffinity_np, iFhup_t) \
 	GO(pthread_setaffinity_np, iFhup_t) \
 	GO(sem_open, pFpOM_t) \
-	GO(pthread_cond_timedwait, iFppLL_t) \
-	GO(pthread_cond_timedwait@GLIBC_2.0, iFppLL_t) \
-	GO(pthread_create, iFhppp_t)
+	GO(pthread_cond_timedwait, iFpprLL__t) \
+	GO(pthread_cond_timedwait@GLIBC_2.0, iFpprLL__t) \
+	GO(pthread_create, iFBh_ppp_t)
 
 #endif // __wrappedlibpthreadTYPES32_H_