shithub: npe

ref: c42b535e5f0a337ac0d2cc34b18b718cd1e64875
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;
}