summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/malloc_statistics_helpers.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 09:25:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 09:25:11 +0000
commitdf3021ad78330fbee3146f106ad4a2336cf55a35 (patch)
tree747a3fecbc9859a0df1300ef486cf414c5881886 /cpukit/libcsupport/src/malloc_statistics_helpers.c
parent2008-07-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-df3021ad78330fbee3146f106ad4a2336cf55a35.tar.bz2
Add prototypes.
Diffstat (limited to 'cpukit/libcsupport/src/malloc_statistics_helpers.c')
-rw-r--r--cpukit/libcsupport/src/malloc_statistics_helpers.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/malloc_statistics_helpers.c b/cpukit/libcsupport/src/malloc_statistics_helpers.c
index 53d9bec99d..a574bfb762 100644
--- a/cpukit/libcsupport/src/malloc_statistics_helpers.c
+++ b/cpukit/libcsupport/src/malloc_statistics_helpers.c
@@ -23,7 +23,7 @@
#include <stdlib.h>
-void rtems_malloc_statistics_initialize()
+void rtems_malloc_statistics_initialize( void )
{
/*
* Zero all the statistics
@@ -73,4 +73,3 @@ rtems_malloc_statistics_functions_t rtems_malloc_statistics_helpers_table = {
};
#endif
-