windows: Provide a sched_yield() implementation

This commit is contained in:
Martin Willi
2014-06-04 15:53:01 +02:00
parent 5f35b73344
commit 266ee0a190
5 changed files with 10 additions and 3 deletions
@@ -16,7 +16,6 @@
#include "test_suite.h"
#include <sched.h>
#include <unistd.h>
#include <threading/thread.h>
@@ -17,7 +17,6 @@
#include <library.h>
#include <sched.h>
#include <unistd.h>
#include <errno.h>