From 9919946a826082275166ebfe37eee168672f7eca Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 30 Mar 2004 11:12:47 +0000 Subject: 2004-03-30 Ralf Corsepius * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c, monitor/system.h, rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to using c99 fixed size types. --- testsuites/libtests/rtems++/System.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/libtests/rtems++/System.h') diff --git a/testsuites/libtests/rtems++/System.h b/testsuites/libtests/rtems++/System.h index 0f3cbaa2e9..53ad2d24b0 100644 --- a/testsuites/libtests/rtems++/System.h +++ b/testsuites/libtests/rtems++/System.h @@ -62,7 +62,7 @@ protected: public: Task2(const char* name, const rtems_task_priority initial_priority, - const rtems_unsigned32 stack_size); + const uint32_t stack_size); }; class Task3 @@ -76,7 +76,7 @@ protected: public: Task3(const char* name, const rtems_task_priority initial_priority, - const rtems_unsigned32 stack_size); + const uint32_t stack_size); }; class EndTask @@ -88,7 +88,7 @@ protected: public: EndTask(const char* name, const rtems_task_priority initial_priority, - const rtems_unsigned32 stack_size); + const uint32_t stack_size); }; #if 0 -- cgit v1.2.3