shithub: npe

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