From 9178effd9f837b52107c1943e9736cf2dfc5d40d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 1 Sep 2024 13:07:47 +0200 Subject: [BOX32] More wrapped function and a few fixes for steamclient.so (still crashing) --- src/wrapped32/wrappedlibpthread_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wrapped32/wrappedlibpthread_private.h') diff --git a/src/wrapped32/wrappedlibpthread_private.h b/src/wrapped32/wrappedlibpthread_private.h index 9ff748d2..ca98ba5a 100755 --- a/src/wrapped32/wrappedlibpthread_private.h +++ b/src/wrapped32/wrappedlibpthread_private.h @@ -88,7 +88,7 @@ GO(pthread_join, iFHBp_) GOM(__pthread_key_create, iFEpp) GOM(pthread_key_create, iFEpp) GO(pthread_key_delete, iFu) -GOM(pthread_kill, iFEpi) +GOM(pthread_kill, iFEhi) // pthread_kill_other_threads_np GO(__pthread_mutexattr_destroy, iFp) GO(pthread_mutexattr_destroy, iFp) -- cgit 1.4.1