uchar.h: define char16_t and char32_t for old c++
[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 }