diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-01 13:07:47 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-01 13:07:47 +0200 |
| commit | 9178effd9f837b52107c1943e9736cf2dfc5d40d (patch) | |
| tree | 10794e2361183a359ab92d31c081a31e299c125c /src/wrapped32/generated/wrappedlibpthreadtypes32.h | |
| parent | cce9e280ce2ab54eeba48729c51a88e2d2c5e770 (diff) | |
| download | box64-9178effd9f837b52107c1943e9736cf2dfc5d40d.tar.gz box64-9178effd9f837b52107c1943e9736cf2dfc5d40d.zip | |
[BOX32] More wrapped function and a few fixes for steamclient.so (still crashing)
Diffstat (limited to 'src/wrapped32/generated/wrappedlibpthreadtypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibpthreadtypes32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wrapped32/generated/wrappedlibpthreadtypes32.h b/src/wrapped32/generated/wrappedlibpthreadtypes32.h index 78f7040d..973dcc55 100644 --- a/src/wrapped32/generated/wrappedlibpthreadtypes32.h +++ b/src/wrapped32/generated/wrappedlibpthreadtypes32.h @@ -19,6 +19,7 @@ typedef void (*vFpi_t)(void*, int32_t); typedef int32_t (*iFpi_t)(void*, int32_t); 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 void (*vFppp_t)(void*, void*, void*); typedef int32_t (*iFLup_t)(uintptr_t, uint32_t, void*); typedef int32_t (*iFpup_t)(void*, uint32_t, void*); @@ -60,7 +61,6 @@ typedef int32_t (*iFhppp_t)(uintptr_t, void*, void*, void*); GO(pthread_attr_setinheritsched, iFpi_t) \ GO(pthread_attr_setschedpolicy, iFpi_t) \ GO(pthread_attr_setscope, iFpi_t) \ - GO(pthread_kill, iFpi_t) \ GO(pthread_mutexattr_setkind_np, iFpi_t) \ GO(pthread_attr_setguardsize, iFpL_t) \ GO(pthread_attr_setstacksize, iFpL_t) \ @@ -87,6 +87,7 @@ typedef int32_t (*iFhppp_t)(uintptr_t, void*, void*, void*); GO(pthread_mutex_timedlock, iFpp_t) \ GO(pthread_once, iFpp_t) \ GO(pthread_rwlock_init, iFpp_t) \ + GO(pthread_kill, iFhi_t) \ GO(_pthread_cleanup_push, vFppp_t) \ GO(_pthread_cleanup_push_defer, vFppp_t) \ GO(pthread_setaffinity_np, iFLup_t) \ |