aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/threadimpl.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-09 12:45:12 +0000
committerrsc <devnull@localhost>2004-03-09 12:45:12 +0000
commitd49a2e4801752c8a1211c7fac8cc08055a6b6fa5 (patch)
tree509d01c729341305f12abc34521276a4ccdb27ce /src/libthread/threadimpl.h
parentfb7cc74a929c86ef1c84a971d7a05deaf4d30c85 (diff)
downloadplan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.tar.gz
plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.tar.bz2
plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.zip
Various fixes, add spell.
Diffstat (limited to 'src/libthread/threadimpl.h')
-rw-r--r--src/libthread/threadimpl.h1
1 files changed, 1 insertions, 0 deletions
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;