From 61e482f6f36aee6f72392a6188f2ec5c858b88fd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 2 Sep 2024 18:47:39 -0400 Subject: Initial WIP first past --- builtins/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtins/thread.h') diff --git a/builtins/thread.h b/builtins/thread.h index efccae33..2956dda6 100644 --- a/builtins/thread.h +++ b/builtins/thread.h @@ -14,7 +14,7 @@ pthread_t *Thread$new(closure_t fn); void Thread$cancel(pthread_t *thread); void Thread$join(pthread_t *thread); void Thread$detach(pthread_t *thread); -CORD Thread$as_text(const pthread_t **thread, bool colorize, const TypeInfo *type); +Text_t Thread$as_text(const pthread_t **thread, bool colorize, const TypeInfo *type); extern TypeInfo Thread; -- cgit v1.2.3