index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
cnd_destroy.c
blob: 453c90be51072a74e20b3dacb3044f99e1ff1f89 (
plain
) (
blame
)
1
2
3
4
5
6
#include
<threads.h>
void
cnd_destroy
(
cnd_t
*
c
)
{
/* For private cv this is a no-op */
}