summaryrefslogtreecommitdiff
path: root/src/lib/thread/compat_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/thread/compat_threads.c')
-rw-r--r--src/lib/thread/compat_threads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/thread/compat_threads.c b/src/lib/thread/compat_threads.c
index 21125bddad..75ade9c9f2 100644
--- a/src/lib/thread/compat_threads.c
+++ b/src/lib/thread/compat_threads.c
@@ -129,6 +129,7 @@ subsys_threads_initialize(void)
const subsys_fns_t sys_threads = {
.name = "threads",
+ SUBSYS_DECLARE_LOCATION(),
.supported = true,
.level = -89,
.initialize = subsys_threads_initialize,