#include #include void cnd_destroy(cnd_t *cond) { pthread_cond_destroy(cond); } /* STDC(201112) */