repos
/
moxie
/
lib
/
musl
/
src
/
thread
/ mtx_destroy.c
mtx_destroy.c
raw
1
#include <threads.h>
2
3
void mtx_destroy(mtx_t *mtx)
4
{
5
}
6