From d13ee51ca0b7c5188900d389e4440cb102adfee9 Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 28 2022 23:28:32 +0000 Subject: struct __dbg_event: renamed .thread_stat --> .thread_meta. --- 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;