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