summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:01 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:01 +0200
commit10bf40f2ad4638a7d30ac6e4cbf3f69773062c4e (patch)
tree4078273ce665c13189e7ee3c3a6a1be8b17e5287
parent68ff191bbb3acab6028fd2a2bfa144808112331c (diff)
downloadbarebox-10bf40f2ad4638a7d30ac6e4cbf3f69773062c4e.tar.gz
barebox-10bf40f2ad4638a7d30ac6e4cbf3f69773062c4e.tar.xz
svn_rev_521
-rw-r--r--common/dlmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dlmalloc.c b/common/dlmalloc.c
index 03dfcb4212..54a979066e 100644
--- a/common/dlmalloc.c
+++ b/common/dlmalloc.c
@@ -1934,7 +1934,7 @@ size_t malloc_usable_size(mem) Void_t* mem;
/* Utility to update current_mallinfo for malloc_stats and mallinfo() */
#ifdef CONFIG_CMD_MEMINFO
-static void malloc_update_mallinfo()
+static void malloc_update_mallinfo(void)
{
int i;
mbinptr b;