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