summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-29 20:57:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-29 20:57:20 +0000
commitc807622527c71559472ac83af4ecd6fe48810679 (patch)
treea7cf49b9707a24fb9b8bb0bee86d58926a4d5787 /cpukit/rtems/include
parent2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c807622527c71559472ac83af4ecd6fe48810679.tar.bz2
2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/tasks.h: Change rtems_task_argument to uintptr_t.
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.