aboutsummaryrefslogtreecommitdiff
path: root/include/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thread.h')
-rw-r--r--include/thread.h2
1 files changed, 1 insertions, 1 deletions
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);