Added pthread_once wrapped function

This commit is contained in:
ptitSeb 2021-03-06 11:37:38 +01:00
parent 2bcdbb125a
commit 1b2e700d22

View File

@ -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)