From 1b2e700d2211eaa5012f4097f92a96d57c3423a9 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 6 Mar 2021 11:37:38 +0100 Subject: Added pthread_once wrapped function --- src/wrapped/wrappedlibpthread_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) -- cgit 1.4.1