summaryrefslogtreecommitdiff
path: root/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'sched.c')
-rw-r--r--sched.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sched.c b/sched.c
index 7153881..e3c3ae7 100644
--- a/sched.c
+++ b/sched.c
@@ -5,6 +5,10 @@
* POSIX thread functions that deal with thread scheduling.
*/
+#define ENOSUP 0
+
+#include <errno.h>
+
#include "pthread.h"
#include "implement.h"