diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-28 18:56:08 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-28 18:56:08 +0200 |
| commit | 02cfa0be7f79ab0de5ecafce9cea984e881edd06 (patch) | |
| tree | 2db51a5cd53525a03e810ebb93aabf490e4770aa /src/wrapped/wrappedlibpthread_private.h | |
| parent | da7a7a4d0e705ac4da6f663593615c173af525e2 (diff) | |
| download | box64-02cfa0be7f79ab0de5ecafce9cea984e881edd06.tar.gz box64-02cfa0be7f79ab0de5ecafce9cea984e881edd06.zip | |
Simply wrapped pthread_exit, don't force emu->quit to 1
Diffstat (limited to 'src/wrapped/wrappedlibpthread_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibpthread_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h index facad12d..609dca92 100755 --- a/src/wrapped/wrappedlibpthread_private.h +++ b/src/wrapped/wrappedlibpthread_private.h @@ -72,7 +72,8 @@ 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) +GO(pthread_exit, vFp) //GOM(pthread_getaffinity_np, iFEpup) GO(pthread_getattr_np, iFLp) //GO(pthread_getconcurrency, iFv) |