cond_wait
#define cond_wait(c, m) __libc_cond_wait((c), (m))
#define cond_wait(c, m) __nothing
cond_wait(clockid_t clck, const char *msg) {