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