about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibpthread_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h
index 87ec246b..8539c551 100755
--- a/src/wrapped/wrappedlibpthread_private.h
+++ b/src/wrapped/wrappedlibpthread_private.h
@@ -91,6 +91,7 @@ GOM(pthread_kill, iFEpi)
 // pthread_kill_other_threads_np
 GO(__pthread_mutexattr_destroy, iFp)
 GO(pthread_mutexattr_destroy, iFp)
+GO(pthread_mutexattr_getkind_np, iFpp)
 // pthread_mutexattr_getprioceiling
 // pthread_mutexattr_getprotocol
 // pthread_mutexattr_getpshared
@@ -98,6 +99,7 @@ GO(pthread_mutexattr_destroy, iFp)
 GO(pthread_mutexattr_gettype, iFpp)
 GO(__pthread_mutexattr_init, iFp)
 GO(pthread_mutexattr_init, iFp)
+GO(pthread_mutexattr_setkind_np, iFpi)
 // pthread_mutexattr_setprioceiling
 GO(pthread_mutexattr_setprotocol, iFpp)
 GO(pthread_mutexattr_setpshared, iFpi)