blob: 98340fe63d398e7a211b4b13285079e37b56fb3e [file] [log] [blame]
#include <threads.h>
int cnd_init(cnd_t* c) {
*c = (cnd_t){};
return thrd_success;
}