diff options
Diffstat (limited to 'src/threads/thrd_yield.c')
| -rw-r--r-- | src/threads/thrd_yield.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/threads/thrd_yield.c b/src/threads/thrd_yield.c index 5a6b176c..0d2595ce 100644 --- a/src/threads/thrd_yield.c +++ b/src/threads/thrd_yield.c @@ -1,3 +1,5 @@ +#if 0 + #include <threads.h> #include <sched.h> @@ -9,3 +11,6 @@ void thrd_yield(void) /* STDC(201112) */ + + +#endif |
