musl-tcc/src/thread/mtx_destroy.c
2022-03-20 16:48:53 +08:00

6 lines
55 B
C

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