index
:
riscv-gnu-toolchain/musl.git
master
rs-1.0
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
mtx_destroy.c
blob: 40a089998f6c873b2759dc2504be56ff71ce5224 (
plain
)
1
2
3
4
5
#include <threads.h>
void
mtx_destroy
(
mtx_t
*
mtx
)
{
}