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