Sign in
mojo
/
mojo-testing
/
32b469b2d747a647c3def601550f7807607bf387
/
.
/
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
;
}