shithub: npe

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