Various fixes, add spell.

This commit is contained in:
rsc 2004-03-09 12:45:12 +00:00
parent fb7cc74a92
commit d49a2e4801
12 changed files with 1452 additions and 33 deletions

View file

@ -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;