diff options
Diffstat (limited to 'sched.c')
-rw-r--r-- | sched.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ * POSIX thread functions that deal with thread scheduling. */ +#define ENOSUP 0 + +#include <errno.h> + #include "pthread.h" #include "implement.h" |