Sign in
mojo
/
mojo
/
2f64806b047b83f7c49e0525d8f3499d7be23e27
/
.
/
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
;
}