about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-06 11:37:38 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-06 11:37:38 +0100
commit1b2e700d2211eaa5012f4097f92a96d57c3423a9 (patch)
treed3f29281b228a5d34096e2c3089935ab5862d38e /src
parent2bcdbb125adafb0c46df295bb73f6b182004aa87 (diff)
downloadbox64-1b2e700d2211eaa5012f4097f92a96d57c3423a9.tar.gz
box64-1b2e700d2211eaa5012f4097f92a96d57c3423a9.zip
Added pthread_once wrapped function
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibpthread_private.h4
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)