#include "pthread_impl.h" int pthread_cond_broadcast(pthread_cond_t *c) { return 0; }