diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-10-19 17:47:09 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-10-19 17:47:09 +0200 |
| commit | aa4dbe72c9f7a6297a68ef4edce70a105cbd0f4c (patch) | |
| tree | 4fd90fdde965e3939b875f1e5590dcb7eb75e530 | |
| parent | b76e26dc84c643e4e72788342e83c4b6379335e1 (diff) | |
| download | box64-aa4dbe72c9f7a6297a68ef4edce70a105cbd0f4c.tar.gz box64-aa4dbe72c9f7a6297a68ef4edce70a105cbd0f4c.zip | |
[BOX32][WRAPPER] Slightly better wrapping for 2 non-standard pthread functions
| -rwxr-xr-x | src/wrapped32/wrappedlibpthread_private.h | 4 |
1 files 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 |