summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/ratemoncreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/src/ratemoncreate.c')
-rw-r--r--c/src/exec/rtems/src/ratemoncreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/ratemoncreate.c b/c/src/exec/rtems/src/ratemoncreate.c
index 1fb4a9d466..a27fa2ee7a 100644
--- a/c/src/exec/rtems/src/ratemoncreate.c
+++ b/c/src/exec/rtems/src/ratemoncreate.c
@@ -59,7 +59,7 @@ rtems_status_code rtems_rate_monotonic_create(
the_period->owner = _Thread_Executing;
the_period->state = RATE_MONOTONIC_INACTIVE;
- _Objects_Open( &_Rate_monotonic_Information, &the_period->Object, &name );
+ _Objects_Open( &_Rate_monotonic_Information, &the_period->Object, name );
*id = the_period->Object.id;
_Thread_Enable_dispatch();