From 3b14b7adabb5ef51e50dfea8357f574a2c5659e5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Aug 2008 13:50:28 +0000 Subject: 2008-08-05 Sebastian Huber * libmisc/monitor/monitor.h, rtems/include/rtems/rtems/tasks.h, score/include/rtems/score/thread.h, score/src/threadreset.c, score/src/threadrestart.c, score/src/threadstart.c: New type Thread_Entry_numeric_type for numeric arguments in thread entry functions with at least one numeric argument. --- 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 fe9f20ef45..75a069ec72 100644 --- a/cpukit/rtems/include/rtems/rtems/tasks.h +++ b/cpukit/rtems/include/rtems/rtems/tasks.h @@ -166,7 +166,7 @@ typedef void rtems_task; /** * The following defines the argument to an RTEMS task. */ -typedef uintptr_t rtems_task_argument; +typedef Thread_Entry_numeric_type rtems_task_argument; /** * The following defines the type for the entry point of an RTEMS task. -- cgit v1.2.3