plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 50e628cb8f4594b7cbccc17ff3f701ff260a69c0
parent 6723d9518de5c972d9e3901ac5b56422d79ba426
Author: rsc <devnull@localhost>
Date:   Sun, 23 Nov 2003 18:38:17 +0000

runthread needn't be inline

Diffstat:
Msrc/libthread/sched.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;