aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 18:38:17 +0000
committerrsc <devnull@localhost>2003-11-23 18:38:17 +0000
commit50e628cb8f4594b7cbccc17ff3f701ff260a69c0 (patch)
treea0d52a5698352083886d4558af65591f300dc44c /src
parent6723d9518de5c972d9e3901ac5b56422d79ba426 (diff)
downloadplan9port-50e628cb8f4594b7cbccc17ff3f701ff260a69c0.tar.gz
plan9port-50e628cb8f4594b7cbccc17ff3f701ff260a69c0.tar.bz2
plan9port-50e628cb8f4594b7cbccc17ff3f701ff260a69c0.zip
runthread needn't be inline
Diffstat (limited to 'src')
-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;