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