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