shithub: npe

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