iconv: add euro symbol to GBK as single byte 0x80
[musl.git] / src / thread / cnd_destroy.c
blob453c90be51072a74e20b3dacb3044f99e1ff1f89
1 #include <threads.h>
3 void cnd_destroy(cnd_t *c)
5 /* For private cv this is a no-op */