blob: 453c90be51072a74e20b3dacb3044f99e1ff1f89 [file] [log] [blame]
Jens Gustedt14397ce2014-09-06 22:27:45 -04001#include <threads.h>
2
3void cnd_destroy(cnd_t *c)
4{
5 /* For private cv this is a no-op */
6}