summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/taskmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/src/taskmp.c')
-rw-r--r--c/src/exec/rtems/src/taskmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/taskmp.c b/c/src/exec/rtems/src/taskmp.c
index b938c60c53..17b08011ef 100644
--- a/c/src/exec/rtems/src/taskmp.c
+++ b/c/src/exec/rtems/src/taskmp.c
@@ -31,7 +31,7 @@
void _RTEMS_tasks_MP_Send_process_packet (
RTEMS_tasks_MP_Remote_operations operation,
Objects_Id task_id,
- Objects_Name name
+ rtems_name name
)
{
RTEMS_tasks_MP_Packet *the_packet;