musl-tcc/src/thread/mtx_destroy.c

6 lines
55 B
C

#include <threads.h>
void mtx_destroy(mtx_t *mtx)
{
}