diff --git a/condition/cond_test.c b/condition/cond_test.c index a8ce17c..7e9932a 100644 --- a/condition/cond_test.c +++ b/condition/cond_test.c @@ -62,7 +62,7 @@ int sc_thread_start(struct sc_thread *thread, void *(*fn)(void *), void *arg) return rc; } -int sc_thread_stop(struct sc_thread *thread, void **ret) +int sc_thread_join(struct sc_thread *thread, void **ret) { int rc = 0; DWORD rv;