shithub: npe

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