Sign in
mojo
/
mojo-tools
/
711b2f1e6d912e6514b3a4f74068104ddd79a4b5
/
.
/
fusl
/
src
/
thread
/
pthread_mutex_setprioceiling.c
blob: 681f07c8856d8a9de1332329780e2042775255c5 [
file
]
#include
"pthread_impl.h"
int
pthread_mutex_setprioceiling
(
pthread_mutex_t
*
restrict m
,
int
ceiling
,
int
*
restrict old
)
{
return
EINVAL
;
}