diff options
Diffstat (limited to 'src/wrapped/wrappedlibpthread_private.h')
| -rw-r--r-- | 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 cdb241c6..d81391b0 100644 --- a/src/wrapped/wrappedlibpthread_private.h +++ b/src/wrapped/wrappedlibpthread_private.h @@ -164,7 +164,7 @@ GO(pthread_mutexattr_gettype, iFpp) GO(__pthread_mutexattr_init, iFp) GO(pthread_mutexattr_init, iFp) GO(pthread_mutexattr_setkind_np, iFpi) -//GO(pthread_mutexattr_setprioceiling, +GO(pthread_mutexattr_setprioceiling, iFpi) GO(pthread_mutexattr_setprotocol, iFpi) GO(pthread_mutexattr_setpshared, iFpi) GO(pthread_mutexattr_setrobust, iFpi) @@ -184,7 +184,7 @@ GOM(pthread_mutexattr_gettype, iFEpp) GOM(__pthread_mutexattr_init, iFEp) GOM(pthread_mutexattr_init, iFEp) GOM(pthread_mutexattr_setkind_np, iFEpi) -//GO(pthread_mutexattr_setprioceiling, +GOM(pthread_mutexattr_setprioceiling, iFEpi) GOM(pthread_mutexattr_setprotocol, iFEpi) GOM(pthread_mutexattr_setpshared, iFEpi) GOM(pthread_mutexattr_setrobust, iFEpi) |