From fc7f83c60b82e77712165dd600501af2c59b8d3b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 11 Sep 2024 18:01:23 +0200 Subject: [BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd) --- src/wrapped32/generated/functions_list.txt | 2 +- src/wrapped32/generated/wrappedlibpthreadtypes32.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wrapped32/generated') diff --git a/src/wrapped32/generated/functions_list.txt b/src/wrapped32/generated/functions_list.txt index 2cd368f9..fdb450c0 100644 --- a/src/wrapped32/generated/functions_list.txt +++ b/src/wrapped32/generated/functions_list.txt @@ -568,7 +568,7 @@ wrappedlibpthread: - pthread_once - pthread_rwlock_init - iFhi: - - pthread_kill + - pthread_kill@GLIBC_2.0 - vFppp: - _pthread_cleanup_push - _pthread_cleanup_push_defer diff --git a/src/wrapped32/generated/wrappedlibpthreadtypes32.h b/src/wrapped32/generated/wrappedlibpthreadtypes32.h index 16481475..200ad68a 100644 --- a/src/wrapped32/generated/wrappedlibpthreadtypes32.h +++ b/src/wrapped32/generated/wrappedlibpthreadtypes32.h @@ -87,7 +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_kill@GLIBC_2.0, iFhi_t) \ GO(_pthread_cleanup_push, vFppp_t) \ GO(_pthread_cleanup_push_defer, vFppp_t) \ GO(pthread_attr_setaffinity_np, iFpup_t) \ -- cgit 1.4.1