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/monitor/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/monitor/system.h') diff --git a/testsuites/libtests/monitor/system.h b/testsuites/libtests/monitor/system.h index 0be01a2070..d5175606e7 100644 --- a/testsuites/libtests/monitor/system.h +++ b/testsuites/libtests/monitor/system.h @@ -18,7 +18,7 @@ /* types */ struct counters { - rtems_unsigned32 count[6]; + uint32_t count[6]; }; /* functions */ -- cgit v1.2.3