summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/monitor/system.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-30 11:12:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-30 11:12:47 +0000
commit9919946a826082275166ebfe37eee168672f7eca (patch)
treec6165403496985bbec8fb1a6b823e1032991673a /testsuites/libtests/monitor/system.h
parent2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-9919946a826082275166ebfe37eee168672f7eca.tar.bz2
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* 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.
Diffstat (limited to 'testsuites/libtests/monitor/system.h')
-rw-r--r--testsuites/libtests/monitor/system.h2
1 files changed, 1 insertions, 1 deletions
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 */