From b2c5310d4da56237571bb8ea8d24b030c941030f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 5 Jul 2007 18:02:14 +0200 Subject: svn_rev_653 restructure tree, add reginfo command --- common/dlmalloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/dlmalloc.c') diff --git a/common/dlmalloc.c b/common/dlmalloc.c index 4d86101aac..fe3b86da42 100644 --- a/common/dlmalloc.c +++ b/common/dlmalloc.c @@ -2019,7 +2019,7 @@ void malloc_stats() See descriptions of tunable parameters above. */ - +#ifndef __U_BOOT__ #if __STD_C int mALLOPt(int param_number, int value) #else @@ -2041,7 +2041,7 @@ int mALLOPt(param_number, value) int param_number; int value; return 0; } } - +#endif /* History: -- cgit v1.2.3