diff --git a/common.h b/common.h index b7181e670..663f37e7b 100644 --- a/common.h +++ b/common.h @@ -356,7 +356,7 @@ typedef int blasint; */ #ifndef YIELDING -#define YIELDING usleep(10) +#define YIELDING sched_yield() #endif /***