blob: cc2a3ee79d94cf6da64340571ccef285f7cdf55d [file] [log] [blame]
#include "futex_impl.h"
#include "threads_impl.h"
int pthread_cond_destroy(pthread_cond_t* c) { return 0; }