summaryrefslogtreecommitdiff
path: root/thread_none.c
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2023-03-31 17:57:25 +0900
committerKoichi Sasada <ko1@atdot.net>2023-03-31 18:50:10 +0900
commitf803bcfc872b31faeb1b894e315175e410024cd5 (patch)
treec20ae62c10b317b0c69429720912078fa17b17e1 /thread_none.c
parent4c0f82eb5b13e436a93497eaf23d965efa35a39e (diff)
downloadruby-f803bcfc872b31faeb1b894e315175e410024cd5.tar.gz
pass `th` to `thread_sched_to_waiting()`
for future extension
Diffstat (limited to 'thread_none.c')
-rw-r--r--thread_none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_none.c b/thread_none.c
index 253a8dd518..1e151cccb2 100644
--- a/thread_none.c
+++ b/thread_none.c
@@ -30,7 +30,7 @@ thread_sched_to_running(struct rb_thread_sched *sched, rb_thread_t *th)
}
static void
-thread_sched_to_waiting(struct rb_thread_sched *sched)
+thread_sched_to_waiting(struct rb_thread_sched *sched, rb_thread_t *th)
{
}