blob: 56b9addd161eaf3948fa0b7676f57fec895b390f [file] [log] [blame]
#include <threads.h>
void cnd_destroy(cnd_t* c) {
/* For private cv this is a no-op */
}