]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/thread/cnd_destroy.c
bump version to 0.0~git20230821.ec4566b-1~bpo12+pve1
[wasi-libc.git] / libc-top-half / musl / src / thread / cnd_destroy.c
1 #include <threads.h>
2
3 void cnd_destroy(cnd_t *c)
4 {
5 /* For private cv this is a no-op */
6 }