diff options
Diffstat (limited to 'src/threads/thrd_yield.c')
| -rw-r--r-- | src/threads/thrd_yield.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/threads/thrd_yield.c b/src/threads/thrd_yield.c index b6bc0f93..2e468558 100644 --- a/src/threads/thrd_yield.c +++ b/src/threads/thrd_yield.c @@ -9,6 +9,8 @@ void thrd_yield(void) sched_yield(); } +__vcheck_0(thrd_yield) + /* STDC(201112) */ |
