shithub: npe

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