diff options
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) |