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