summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/timercancel.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/timercancel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/timercancel.c b/cpukit/rtems/src/timercancel.c
index e369f0766d..abab3f424c 100644
--- a/cpukit/rtems/src/timercancel.c
+++ b/cpukit/rtems/src/timercancel.c
@@ -40,7 +40,7 @@
*/
rtems_status_code rtems_timer_cancel(
- Objects_Id id
+ rtems_id id
)
{
Timer_Control *the_timer;