From c6687d4591964cb13df87f55ec4770e778a4a55c Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 21 Sep 2004 01:11:28 +0000 Subject: Continue the pthreads torture. --- src/libthread/threadimpl.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/libthread/threadimpl.h') diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index d6a23905..fea309d9 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -167,8 +167,7 @@ struct Ioproc Ioproc *next; }; -void _gotolabel(Label*); -int _setlabel(Label*); +void _swaplabel(Label*, Label*); void _freeproc(Proc*); Proc* _newproc(void(*)(void*), void*, uint, char*, int, int); int _procsplhi(void); @@ -178,7 +177,7 @@ int _schedexec(Execargs*); void _schedexecwait(void); void _schedexit(Proc*); int _schedfork(Proc*); -void _schedinit(void*); +void _scheduler(void*); void _systhreadinit(void); void _threadassert(char*); void __threaddebug(ulong, char*, ...); -- cgit v1.2.3