2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* rtems/include/rtems/rtems/tasks.h: Change rtems_task_argument to
	  uintptr_t.
This commit is contained in:
Ralf Corsepius
2007-03-29 20:57:20 +00:00
parent dbacde8ae9
commit c807622527
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/tasks.h: Change rtems_task_argument to
uintptr_t.
2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/netinet/ip_icmp.c, libnetworking/netinet/ip_input.c,

View File

@@ -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.