summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/rtems++/System.h')
-rw-r--r--testsuites/libtests/rtems++/System.h6
1 files changed, 3 insertions, 3 deletions
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