diff options
-rw-r--r-- | include/sys/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/debug.h b/include/sys/debug.h index 7f6bb11..54f3d12 100644 --- a/include/sys/debug.h +++ b/include/sys/debug.h @@ -138,7 +138,7 @@ struct __dbg_event { stack_t * thread_astack; sigset_t * thread_sigmask; - struct tstat * thread_stat; + struct __tmeta *thread_meta; struct __teb * thread_teb; struct __tlca * thread_tlca; |