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