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-03-28 15:54:51 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-03-28 15:54:51 +0200
commitee561da549fb6f47f4b301466f2f751a085fa6d5 (patch)
tree5920f59269141614587511701bf5c9a30628f027 /src/wrapped/wrappedlibpthread_private.h
parentba1493857f16f8d8e9eec8f3d421e49784761e8d (diff)
downloadbox64-ee561da549fb6f47f4b301466f2f751a085fa6d5.tar.gz
box64-ee561da549fb6f47f4b301466f2f751a085fa6d5.zip
Added more libc and pthreads wrapped functions
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 f80d3e15..facad12d 100755
--- a/src/wrapped/wrappedlibpthread_private.h
+++ b/src/wrapped/wrappedlibpthread_private.h
@@ -72,7 +72,7 @@ GOM(pthread_cond_wait, iFEpp)
 GOM(pthread_create, iFEpppp)
 GO(pthread_detach, iFL)
 GO(pthread_equal, iFLL)
-//GOM(pthread_exit, vFEp)
+GOM(pthread_exit, vFEp)
 //GOM(pthread_getaffinity_np, iFEpup)
 GO(pthread_getattr_np, iFLp)
 //GO(pthread_getconcurrency, iFv)