#include int cnd_init(cnd_t *cond) { /* does nothing */ return thrd_success; }