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