From d49a2e4801752c8a1211c7fac8cc08055a6b6fa5 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 9 Mar 2004 12:45:12 +0000 Subject: Various fixes, add spell. --- src/libthread/threadimpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libthread') diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index e2e92a1b..06ed671d 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -197,6 +197,7 @@ void _threadsysfatal(char*, va_list); long _xdec(long*); void _xinc(long*); void _threadremove(Proc*, Thread*); +void threadstatus(void); extern int _threaddebuglevel; extern char* _threadexitsallstatus; -- cgit v1.2.3