summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskrestart.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/taskrestart.c')
-rw-r--r--cpukit/rtems/src/taskrestart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/taskrestart.c b/cpukit/rtems/src/taskrestart.c
index 9070fe4d0d..e110bb332b 100644
--- a/cpukit/rtems/src/taskrestart.c
+++ b/cpukit/rtems/src/taskrestart.c
@@ -22,8 +22,8 @@
#include <rtems/score/threadimpl.h>
rtems_status_code rtems_task_restart(
- rtems_id id,
- uint32_t argument
+ rtems_id id,
+ rtems_task_argument argument
)
{
Thread_Control *the_thread;