diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-08-10 12:06:43 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-08-10 12:06:43 +0200 |
| commit | 4e8f387f799694056031749de36d26fb65169efd (patch) | |
| tree | 2aa067bc9601f42201ce8f036d97ed6a79cbf9e2 /src/wrapped/wrappedlibpthread_private.h | |
| parent | 305e6326a6508b263c6886ce67e503b15d4c3fe9 (diff) | |
| download | box64-4e8f387f799694056031749de36d26fb65169efd.tar.gz box64-4e8f387f799694056031749de36d26fb65169efd.zip | |
Small changes in libc and libpthread wrapped lib
Diffstat (limited to 'src/wrapped/wrappedlibpthread_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibpthread_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h index 9ce05541..469bea50 100755 --- a/src/wrapped/wrappedlibpthread_private.h +++ b/src/wrapped/wrappedlibpthread_private.h @@ -129,7 +129,7 @@ GOM(__pthread_key_create, iFEpp) GOM(pthread_key_create, iFEpp) GO(pthread_key_delete, iFL) GOM(pthread_kill, iFEpi) -// pthread_kill_other_threads_np +GO(pthread_kill_other_threads_np, vFv) #ifdef NOALIGN GO(__pthread_mutexattr_destroy, iFp) GO(pthread_mutexattr_destroy, iFp) |