shithub: npe

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