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/score/include/rtems/score/threadimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/threadimpl.h') diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h index ce31457c2a..66b655d62d 100644 --- a/cpukit/score/include/rtems/score/threadimpl.h +++ b/cpukit/score/include/rtems/score/threadimpl.h @@ -580,7 +580,7 @@ RTEMS_INLINE_ROUTINE Objects_Information *_Thread_Get_objects_information( /** * @brief Gets a thread by its identifier. * - * @see _Objects_Get_local(). + * @see _Objects_Get(). */ Thread_Control *_Thread_Get_interrupt_disable( Objects_Id id, -- cgit v1.2.3