#if 0 #include #include void cnd_destroy(cnd_t *cond) { SIGNAL_SAFE(0); pthread_cond_destroy(cond); } __vcheck_1(cnd_destroy, cnd_t *) /* STDC(201112) */ #endif