Sign in
mojo
/
mojo-tools
/
c07399d071c59658a5c2bed81dee6e9ed9142442
/
.
/
fusl
/
src
/
thread
/
pthread_mutex_destroy.c
blob: 1f60996875cdda4eef909bdbae0b66888afd073f [
file
] [
log
] [
blame
]
#include
<pthread.h>
int
pthread_mutex_destroy
(
pthread_mutex_t
*
mutex
)
{
return
0
;
}