summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bsplibc.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 05:21:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 05:21:47 +0000
commita2ac7e100a2a3b061e8afe0d15d8867ce4abe63e (patch)
tree2c99eba426d3c2bf19ecb26d82bc9bccc05ea962 /c/src/lib/libbsp/shared/bsplibc.c
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a2ac7e100a2a3b061e8afe0d15d8867ce4abe63e.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c, gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
Diffstat (limited to 'c/src/lib/libbsp/shared/bsplibc.c')
-rw-r--r--c/src/lib/libbsp/shared/bsplibc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/bsplibc.c b/c/src/lib/libbsp/shared/bsplibc.c
index eee38aa87c..f5b4f3e68a 100644
--- a/c/src/lib/libbsp/shared/bsplibc.c
+++ b/c/src/lib/libbsp/shared/bsplibc.c
@@ -13,7 +13,7 @@ extern rtems_configuration_table BSP_Configuration;
void bsp_libc_init(
void *heap_start,
- unsigned32 heap_size,
+ uint32_t heap_size,
int use_sbrk
)
{