diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-06 11:37:38 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-06 11:37:38 +0100 |
| commit | 1b2e700d2211eaa5012f4097f92a96d57c3423a9 (patch) | |
| tree | d3f29281b228a5d34096e2c3089935ab5862d38e /src | |
| parent | 2bcdbb125adafb0c46df295bb73f6b182004aa87 (diff) | |
| download | box64-1b2e700d2211eaa5012f4097f92a96d57c3423a9.tar.gz box64-1b2e700d2211eaa5012f4097f92a96d57c3423a9.zip | |
Added pthread_once wrapped function
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibpthread_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h index fcace575..92989389 100755 --- a/src/wrapped/wrappedlibpthread_private.h +++ b/src/wrapped/wrappedlibpthread_private.h @@ -112,8 +112,8 @@ GO(pthread_key_delete, iFu) //GO(pthread_mutex_trylock, iFp) //GO(__pthread_mutex_unlock, iFp) //GO(pthread_mutex_unlock, iFp) -//GOM(pthread_once, iFEpp) -//GOM(__pthread_once, iFEpp) +GOM(pthread_once, iFEpp) +GOM(__pthread_once, iFEpp) //GOM(__pthread_register_cancel, vFEp) // __pthread_register_cancel_defer //GO(pthread_rwlockattr_destroy, vFp) |