From c807622527c71559472ac83af4ecd6fe48810679 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Mar 2007 20:57:20 +0000 Subject: =?UTF-8?q?2007-03-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/include/rtems/rtems/tasks.h: Change rtems_task_argument to uintptr_t. --- cpukit/rtems/include/rtems/rtems/tasks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/include') 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. -- cgit v1.2.3