Sign in
mojo
/
mojo
/
96b05c1cc252cbd1582be4b8c554e72024938f3c
/
.
/
fusl
/
src
/
thread
/
pthread_mutex_destroy.c
blob: 6d49e689892265e02884cd451d719ab2bed80361 [
file
] [
log
] [
blame
]
#include
<pthread.h>
int
pthread_mutex_destroy
(
pthread_mutex_t
*
mutex
)
{
return
0
;
}