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