From 195645536743aeb99eb336726823c38716cec02d Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 8 Nov 2004 16:03:20 +0000 Subject: more thread work --- src/libthread/exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libthread/exit.c') 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* -- cgit v1.2.3