summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/timerident.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/timerident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/timerident.c b/cpukit/rtems/src/timerident.c
index af32943bc7..1f1ebbcd7d 100644
--- a/cpukit/rtems/src/timerident.c
+++ b/cpukit/rtems/src/timerident.c
@@ -44,7 +44,7 @@
rtems_status_code rtems_timer_ident(
rtems_name name,
- Objects_Id *id
+ rtems_id *id
)
{
Objects_Name_or_id_lookup_errors status;