From 582bb23c74b0617c60d7986afa756c90c28df739 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 May 2016 15:04:16 +0200 Subject: score: Rename _Objects_Get_local() Rename _Objects_Get_local() into _Objects_Get(). Confusions with the previous _Objects_Get() function are avoided since the Objects_Locations parameter is gone. --- cpukit/posix/include/rtems/posix/timerimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/include/rtems/posix/timerimpl.h') diff --git a/cpukit/posix/include/rtems/posix/timerimpl.h b/cpukit/posix/include/rtems/posix/timerimpl.h index 5a6cf28631..42a814c992 100644 --- a/cpukit/posix/include/rtems/posix/timerimpl.h +++ b/cpukit/posix/include/rtems/posix/timerimpl.h @@ -97,7 +97,7 @@ RTEMS_INLINE_ROUTINE POSIX_Timer_Control *_POSIX_Timer_Get ( ISR_lock_Context *lock_context ) { - return (POSIX_Timer_Control *) _Objects_Get_local( + return (POSIX_Timer_Control *) _Objects_Get( (Objects_Id) id, lock_context, &_POSIX_Timer_Information -- cgit v1.2.3