shithub: npe

ref: 95b60462d104de5f64bdf5cfba9a1ffab6e77e73
dir: /libnpe_pthread/pthread_cond_destroy.c/

View raw version
#include "_pthread.h"

int
pthread_cond_destroy(pthread_cond_t *const cond)
{
	USED(cond);
    return 0;
}