ref: d85902512f9a5208b21a39ea7d861c236d701ca1 dir: /libnpe_pthread/pthread_cond_destroy.c/
#include "_pthread.h" int pthread_cond_destroy(pthread_cond_t *const cond) { USED(cond); return 0; }