From c4097c29512269f4547ebefb8abdc57a2892b479 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 11 May 2004 17:51:27 +0000 Subject: Fix small bugs. --- include/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/thread.h') diff --git a/include/thread.h b/include/thread.h index 356d7b62..2721fb4e 100644 --- a/include/thread.h +++ b/include/thread.h @@ -121,7 +121,7 @@ Channel* threadwaitchan(void); int tprivalloc(void); void tprivfree(int); void **tprivaddr(int); -void yield(void); +int yield(void); long threadstack(void); -- cgit v1.2.3