Sign in
cobalt
/
cobalt
/
cd166d4770b32ef791e59f9f89e70d032f3409d2
/
.
/
third_party
/
musl
/
src
/
thread
/
pthread_mutex_getprioceiling.c
blob: 8c75a6612c89821d83aa9cde5038f3de8260ffec [
file
]
#include
"pthread_impl.h"
int
pthread_mutex_getprioceiling
(
const
pthread_mutex_t
*
restrict m
,
int
*
restrict ceiling
)
{
return
EINVAL
;
}