summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2022-09-28 23:28:05 +0000
committermidipix <writeonce@midipix.org>2022-09-28 23:28:32 +0000
commitd13ee51ca0b7c5188900d389e4440cb102adfee9 (patch)
tree21e255c13d10e73d83e234a6d4b847f5fcc75262 /include
parenta5dfef04637558d7e4f37a7b16f107422a713aad (diff)
downloadmmglue-d13ee51ca0b7c5188900d389e4440cb102adfee9.tar.bz2
mmglue-d13ee51ca0b7c5188900d389e4440cb102adfee9.tar.xz
struct __dbg_event: renamed .thread_stat --> .thread_meta.
Diffstat (limited to 'include')
-rw-r--r--include/sys/debug.h2
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;