summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/timerimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-20 15:04:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-20 16:17:00 +0200
commit582bb23c74b0617c60d7986afa756c90c28df739 (patch)
tree465a707db8cdcdd7c951f90d59ae374dc3e94ab0 /cpukit/posix/include/rtems/posix/timerimpl.h
parentscore: Delete unused _Objects_Get_isr_disable() (diff)
downloadrtems-582bb23c74b0617c60d7986afa756c90c28df739.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/include/rtems/posix/timerimpl.h2
1 files changed, 1 insertions, 1 deletions
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