summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/macros/rtems/posix/timer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/macros/rtems/posix/timer.inl')
-rw-r--r--cpukit/posix/macros/rtems/posix/timer.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/macros/rtems/posix/timer.inl b/cpukit/posix/macros/rtems/posix/timer.inl
index 40e53a939c..7e7ad76c00 100644
--- a/cpukit/posix/macros/rtems/posix/timer.inl
+++ b/cpukit/posix/macros/rtems/posix/timer.inl
@@ -41,7 +41,7 @@
* _POSIX_Timer_Get
*/
-#define _POSIX_Timer_Get( _the_timer ) \
+#define _POSIX_Timer_Get( _id, _location ) \
(POSIX_Timer_Control *) \
_Objects_Get( &_POSIX_Timer_Information, (_id), (_location) )