summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/attr.c')
-rw-r--r--cpukit/rtems/src/attr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/rtems/src/attr.c b/cpukit/rtems/src/attr.c
index a37166bda7..eaa394a65f 100644
--- a/cpukit/rtems/src/attr.c
+++ b/cpukit/rtems/src/attr.c
@@ -17,11 +17,11 @@
#include <rtems/score/stack.h>
#include <rtems/rtems/modes.h>
-rtems_unsigned32 rtems_minimum_stack_size = STACK_MINIMUM_SIZE;
-rtems_unsigned32 rtems_interrupt_mask = RTEMS_INTERRUPT_MASK;
+uint32_t rtems_minimum_stack_size = STACK_MINIMUM_SIZE;
+uint32_t rtems_interrupt_mask = RTEMS_INTERRUPT_MASK;
rtems_attribute rtems_interrupt_level_attribute(
- unsigned32 level
+ uint32_t level
)
{
return RTEMS_INTERRUPT_LEVEL(level);