summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/monitor/system.h
diff options
context:
space:
mode:
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 */