Sign in
◑
Theme
mojo
/
mojo-tools
/
8f8c21556bb8bc6ee96d310b1e6d892302b0bfc2
/
.
/
fusl
/
src
/
thread
/
pthread_mutex_getprioceiling.c
blob: 99e98ef3035d6399a2b7c189b7ac72b6c92b0960 [
file
]
#include
"pthread_impl.h"
int
pthread_mutex_getprioceiling
(
const
pthread_mutex_t
*
restrict m
,
int
*
restrict ceiling
)
{
return
EINVAL
;
}