summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/barrierimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/barrierimpl.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/barrierimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/barrierimpl.h b/cpukit/rtems/include/rtems/rtems/barrierimpl.h
index 99ce276943..39632fcd00 100644
--- a/cpukit/rtems/include/rtems/rtems/barrierimpl.h
+++ b/cpukit/rtems/include/rtems/rtems/barrierimpl.h
@@ -75,7 +75,7 @@ RTEMS_INLINE_ROUTINE Barrier_Control *_Barrier_Get(
)
{
return (Barrier_Control *)
- _Objects_Get_local( id, lock_context, &_Barrier_Information );
+ _Objects_Get( id, lock_context, &_Barrier_Information );
}
/**