shithub: npe

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