Sign in
mojo
/
mojo-tools
/
339e142934dd2c1fa7f3e69b3b08fc1c04bc4f1f
/
.
/
fusl
/
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
;
}