math: move trivial x86-family sqrt functions to C with inline asm
[musl] / src / thread / mtx_destroy.c
1 #include <threads.h>
2
3 void mtx_destroy(mtx_t *mtx)
4 {
5 }