summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadget.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadget.c')
-rw-r--r--cpukit/score/src/threadget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threadget.c b/cpukit/score/src/threadget.c
index 194b68be87..61dce7d926 100644
--- a/cpukit/score/src/threadget.c
+++ b/cpukit/score/src/threadget.c
@@ -39,5 +39,5 @@ Thread_Control *_Thread_Get_interrupt_disable(
}
return (Thread_Control *)
- _Objects_Get_local( id, lock_context, information );
+ _Objects_Get( id, lock_context, information );
}