From 5287d3e7e5d3c091f17c4828c1a6d907e23db362 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 7 Apr 2006 01:16:55 +0000 Subject: 2006-04-06 Joel Sherrill * posix/inline/rtems/posix/mutex.inl, posix/inline/rtems/posix/timer.inl, posix/macros/rtems/posix/cond.inl, posix/macros/rtems/posix/mutex.inl, posix/macros/rtems/posix/timer.inl: Fix warnings. --- cpukit/posix/macros/rtems/posix/timer.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/macros/rtems/posix/timer.inl') 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) ) -- cgit v1.2.3