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