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