diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-02 09:53:28 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-02 09:53:36 +0200 |
| commit | ff7a8bfdae66bbea6022b317475cbedf26782923 (patch) | |
| tree | 759f2b6ee79e610a9c70fcd70ea1fa7ee346915d /src/wrapped32/generated/wrappedlibpthreadtypes32.h | |
| parent | 27ed10939430de6a1aa315082fa5b1f1cb546cd5 (diff) | |
| download | box64-ff7a8bfdae66bbea6022b317475cbedf26782923.tar.gz box64-ff7a8bfdae66bbea6022b317475cbedf26782923.zip | |
[BOX32] Various small fixes
Diffstat (limited to 'src/wrapped32/generated/wrappedlibpthreadtypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibpthreadtypes32.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped32/generated/wrappedlibpthreadtypes32.h b/src/wrapped32/generated/wrappedlibpthreadtypes32.h index 973dcc55..16481475 100644 --- a/src/wrapped32/generated/wrappedlibpthreadtypes32.h +++ b/src/wrapped32/generated/wrappedlibpthreadtypes32.h @@ -21,10 +21,10 @@ 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*); 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 int32_t (*iFppLL_t)(void*, void*, uintptr_t, uintptr_t); typedef int32_t (*iFhppp_t)(uintptr_t, void*, void*, void*); @@ -90,13 +90,13 @@ typedef int32_t (*iFhppp_t)(uintptr_t, void*, void*, void*); GO(pthread_kill, iFhi_t) \ GO(_pthread_cleanup_push, vFppp_t) \ GO(_pthread_cleanup_push_defer, vFppp_t) \ - GO(pthread_setaffinity_np, iFLup_t) \ GO(pthread_attr_setaffinity_np, iFpup_t) \ - GO(pthread_getaffinity_np, iFpup_t) \ GO(pthread_attr_setstack, iFppL_t) \ GO(__pthread_atfork, iFppp_t) \ GO(pthread_atfork, iFppp_t) \ GO(pthread_attr_getstack, iFppp_t) \ + GO(pthread_getaffinity_np, iFhup_t) \ + GO(pthread_setaffinity_np, iFhup_t) \ GO(pthread_cond_timedwait, iFppLL_t) \ GO(pthread_cond_timedwait@GLIBC_2.0, iFppLL_t) \ GO(pthread_create, iFhppp_t) |