about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibpthread_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-08-10 12:06:43 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-08-10 12:06:43 +0200
commit4e8f387f799694056031749de36d26fb65169efd (patch)
tree2aa067bc9601f42201ce8f036d97ed6a79cbf9e2 /src/wrapped/wrappedlibpthread_private.h
parent305e6326a6508b263c6886ce67e503b15d4c3fe9 (diff)
downloadbox64-4e8f387f799694056031749de36d26fb65169efd.tar.gz
box64-4e8f387f799694056031749de36d26fb65169efd.zip
Small changes in libc and libpthread wrapped lib
Diffstat (limited to 'src/wrapped/wrappedlibpthread_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibpthread_private.h2
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)