aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/exit.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-11-08 16:03:20 +0000
committerrsc <devnull@localhost>2004-11-08 16:03:20 +0000
commit195645536743aeb99eb336726823c38716cec02d (patch)
treeaccb04698efde81ad1228adfddcea695d544ca25 /src/libthread/exit.c
parent77dcf88474c55e040940be8a5f9e7fa1537af564 (diff)
downloadplan9port-195645536743aeb99eb336726823c38716cec02d.tar.gz
plan9port-195645536743aeb99eb336726823c38716cec02d.tar.bz2
plan9port-195645536743aeb99eb336726823c38716cec02d.zip
more thread work
Diffstat (limited to 'src/libthread/exit.c')
-rw-r--r--src/libthread/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/exit.c b/src/libthread/exit.c
index 79aa7c7f..69f3f738 100644
--- a/src/libthread/exit.c
+++ b/src/libthread/exit.c
@@ -32,7 +32,7 @@ threadexitsall(char *exitstr)
_threadexitsallstatus = exitstr;
_threaddebug(DBGSCHED, "_threadexitsallstatus set to %p", _threadexitsallstatus);
/* leave */
- _threadexitallproc(exitstr);
+ _kthreadexitallproc(exitstr);
}
Channel*