aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/channel.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-05 03:13:13 +0000
committerrsc <devnull@localhost>2004-03-05 03:13:13 +0000
commit4da83e7ccebd8ab6eb33747d16292567ec59d7dd (patch)
tree999f0d6abbe3863ee3597a7070331ba6445a1863 /src/libthread/channel.c
parentc91bd3283a44946fd420ce68c43580aa0d327546 (diff)
downloadplan9port-4da83e7ccebd8ab6eb33747d16292567ec59d7dd.tar.gz
plan9port-4da83e7ccebd8ab6eb33747d16292567ec59d7dd.tar.bz2
plan9port-4da83e7ccebd8ab6eb33747d16292567ec59d7dd.zip
Various little fixes.
Diffstat (limited to 'src/libthread/channel.c')
-rw-r--r--src/libthread/channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libthread/channel.c b/src/libthread/channel.c
index 957a352b..d0fff4a6 100644
--- a/src/libthread/channel.c
+++ b/src/libthread/channel.c
@@ -201,7 +201,6 @@ _threadnalt++;
}else{
altexec(a, s); /* unlocks chanlock, does splx */
}
- _sched();
t->chan = Channone;
_threadnalt++;
return a - alts;