aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libthread/sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/sched.c b/src/libthread/sched.c
index 9ac22414..f1fde971 100644
--- a/src/libthread/sched.c
+++ b/src/libthread/sched.c
@@ -83,7 +83,7 @@ _schedinit(void *arg)
_sched();
}
-static inline Thread*
+static Thread*
runthread(Proc *p)
{
Thread *t;