diff options
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; |