summaryrefslogtreecommitdiff
path: root/firmware/kernel/include/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/kernel/include/thread.h')
-rw-r--r--firmware/kernel/include/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/kernel/include/thread.h b/firmware/kernel/include/thread.h
index 9cc33b23ae..8c13b462e6 100644
--- a/firmware/kernel/include/thread.h
+++ b/firmware/kernel/include/thread.h
@@ -210,6 +210,7 @@ struct thread_entry
210 volatile intptr_t retval; /* Return value from a blocked operation/ 210 volatile intptr_t retval; /* Return value from a blocked operation/
211 misc. use */ 211 misc. use */
212#endif 212#endif
213 int __errno; /* Thread error number (errno tls) */
213#ifdef HAVE_PRIORITY_SCHEDULING 214#ifdef HAVE_PRIORITY_SCHEDULING
214 /* Priority summary of owned objects that support inheritance */ 215 /* Priority summary of owned objects that support inheritance */
215 struct blocker *blocker; /* Pointer to blocker when this thread is blocked 216 struct blocker *blocker; /* Pointer to blocker when this thread is blocked