diff options
Diffstat (limited to 'src/wrapped32/wrappedlibpthread_private.h')
| -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 |