summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include')
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index 03091ed6ab..bc59c14921 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -121,7 +121,7 @@ typedef void rtems_task;
* The following defines the argument to an RTEMS task.
*/
-typedef uint32_t rtems_task_argument;
+typedef uintptr_t rtems_task_argument;
/*
* The following defines the type for the entry point of an RTEMS task.