diff options
author | rsc <devnull@localhost> | 2004-03-09 12:45:12 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-09 12:45:12 +0000 |
commit | d49a2e4801752c8a1211c7fac8cc08055a6b6fa5 (patch) | |
tree | 509d01c729341305f12abc34521276a4ccdb27ce /src/libthread | |
parent | fb7cc74a929c86ef1c84a971d7a05deaf4d30c85 (diff) | |
download | plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.tar.gz plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.tar.bz2 plan9port-d49a2e4801752c8a1211c7fac8cc08055a6b6fa5.zip |
Various fixes, add spell.
Diffstat (limited to 'src/libthread')
-rw-r--r-- | src/libthread/threadimpl.h | 1 |
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; |