Sign in
mojo
/
mojo
/
ed4bdf2b045dcf76699eb5095f037df4b8750a28
/
.
/
fusl
/
src
/
thread
/
pthread_mutexattr_setprotocol.c
blob: c92a31c8a46cf98238560a8b79f3041f137128ba [
file
] [
log
] [
blame
]
#include
"pthread_impl.h"
int
pthread_mutexattr_setprotocol
(
pthread_mutexattr_t
*
a
,
int
protocol
)
{
if
(
protocol
)
return
ENOTSUP
;
return
0
;
}