diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-28 15:54:51 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-28 15:54:51 +0200 |
| commit | ee561da549fb6f47f4b301466f2f751a085fa6d5 (patch) | |
| tree | 5920f59269141614587511701bf5c9a30628f027 /src/wrapped/wrappedlibpthread_private.h | |
| parent | ba1493857f16f8d8e9eec8f3d421e49784761e8d (diff) | |
| download | box64-ee561da549fb6f47f4b301466f2f751a085fa6d5.tar.gz box64-ee561da549fb6f47f4b301466f2f751a085fa6d5.zip | |
Added more libc and pthreads wrapped functions
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 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) |