From aa4dbe72c9f7a6297a68ef4edce70a105cbd0f4c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 19 Oct 2025 17:47:09 +0200 Subject: [BOX32][WRAPPER] Slightly better wrapping for 2 non-standard pthread functions --- src/wrapped32/wrappedlibpthread_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wrapped32/wrappedlibpthread_private.h b/src/wrapped32/wrappedlibpthread_private.h index 0bbb7cc2..129f840d 100755 --- a/src/wrapped32/wrappedlibpthread_private.h +++ b/src/wrapped32/wrappedlibpthread_private.h @@ -163,8 +163,8 @@ GO(pthread_spin_lock, iEp) GO(pthread_spin_trylock, iEp) GO(pthread_spin_unlock, iEp) GO(pthread_testcancel, vEv) -GO(pthread_timedjoin_np, iEppp) -GO(pthread_tryjoin_np, iEpp) +GO(pthread_timedjoin_np, iEhpp) // will leak handle +GO(pthread_tryjoin_np, iEhp) // will leak handle GOM(__pthread_unregister_cancel, vEEp) // __pthread_unregister_cancel_restore // __pthread_unwind -- cgit 1.4.1