diff options
Diffstat (limited to 'src/wrapped')
| -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 2b1405ff..1b16199d 100755 --- a/src/wrapped/wrappedlibpthread_private.h +++ b/src/wrapped/wrappedlibpthread_private.h @@ -136,7 +136,7 @@ GO(__pthread_mutexattr_destroy, iFp) GO(pthread_mutexattr_destroy, iFp) GO(pthread_mutexattr_getkind_np, iFpp) // pthread_mutexattr_getprioceiling -// pthread_mutexattr_getprotocol +GO(pthread_mutexattr_getprotocol, iFpp) // pthread_mutexattr_getpshared // pthread_mutexattr_getrobust_np GO(pthread_mutexattr_gettype, iFpp) @@ -154,7 +154,7 @@ GOM(__pthread_mutexattr_destroy, iFEp) GOM(pthread_mutexattr_destroy, iFEp) GOM(pthread_mutexattr_getkind_np, iFEpp) // pthread_mutexattr_getprioceiling -// pthread_mutexattr_getprotocol +GOM(pthread_mutexattr_getprotocol, iFEpp) // pthread_mutexattr_getpshared // pthread_mutexattr_getrobust_np GOM(pthread_mutexattr_gettype, iFEpp) |