Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
2d72b58070bc43a727b580a46746e87215a60a33
/
.
/
src
/
thread
/
pthread_mutex_setprioceiling.c
blob: 681f07c8856d8a9de1332329780e2042775255c5 [
file
] [
log
] [
blame
]
#include
"pthread_impl.h"
int
pthread_mutex_setprioceiling
(
pthread_mutex_t
*
restrict m
,
int
ceiling
,
int
*
restrict old
)
{
return
EINVAL
;
}