40a089998f6c873b2759dc2504be56ff71ce5224
[musl] / mtx_destroy.c
1 #include <threads.h>
2
3 void mtx_destroy(mtx_t *mtx)
4 {
5 }