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