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