repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release 1.1.24
[musl.git]
/
src
/
thread
/
mtx_destroy.c
blob
40a089998f6c873b2759dc2504be56ff71ce5224
1
#include <threads.h>
2
3
void
mtx_destroy
(
mtx_t
*
mtx
)
4
{
5
}