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-13 13:47:30 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-13 13:47:30 +0100
commit721038513fb3f0065a64072db120f8d7256da4d8 (patch)
treece1662de6e3399e32c30b6b97049faa8a6234f31 /src/wrapped/wrappedlibpthread_private.h
parent195efffa15cb6d3838d2d2e3db9d23f218c49ccc (diff)
downloadbox64-721038513fb3f0065a64072db120f8d7256da4d8.tar.gz
box64-721038513fb3f0065a64072db120f8d7256da4d8.zip
Wrapped some more 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 df32d63d..7eaa6858 100755
--- a/src/wrapped/wrappedlibpthread_private.h
+++ b/src/wrapped/wrappedlibpthread_private.h
@@ -65,7 +65,7 @@ GOM(pthread_cond_signal, iFEp)
 GOM(pthread_cond_timedwait, iFEppp)
 GOM(pthread_cond_wait, iFEpp)
 GOM(pthread_create, iFEpppp)
-//GO(pthread_detach, iFu)
+GO(pthread_detach, iFL)
 GO(pthread_equal, iFLL)
 //GOM(pthread_exit, vFEp)
 //GOM(pthread_getaffinity_np, iFEpup)