summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/termiosreserveresources.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/termiosreserveresources.c')
-rw-r--r--cpukit/libcsupport/src/termiosreserveresources.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/termiosreserveresources.c b/cpukit/libcsupport/src/termiosreserveresources.c
index 86bacc3d53..766763494f 100644
--- a/cpukit/libcsupport/src/termiosreserveresources.c
+++ b/cpukit/libcsupport/src/termiosreserveresources.c
@@ -16,7 +16,7 @@ static int first_time; /* assumed to be zeroed by BSS initialization */
void rtems_termios_reserve_resources (
rtems_configuration_table *configuration,
- rtems_unsigned32 number_of_devices
+ uint32_t number_of_devices
)
{
#if 0