#define _GNU_SOURCE 1 #include int toku_pthread_yield(void) { return pthread_yield(); }