index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
mtx_destroy.c
blob: 40a089998f6c873b2759dc2504be56ff71ce5224 (
plain
) (
blame
)
1
2
3
4
5
#include <threads.h> void mtx_destroy(mtx_t *mtx) { }