Sign in
mojo
/
mojo-tools
/
b7dbc87691e8f9ddb85e2ae367293dace441776d
/
.
/
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
;
}