summaryrefslogtreecommitdiffstats
path: root/common/dlmalloc.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:14 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:14 +0200
commitb2c5310d4da56237571bb8ea8d24b030c941030f (patch)
treec2c39f8c1ebdad8c3e69af86cb3c105434212edd /common/dlmalloc.c
parentfda840672d0eb662ddf4c7080532fe2dfeb0b0b1 (diff)
downloadbarebox-b2c5310d4da56237571bb8ea8d24b030c941030f.tar.gz
barebox-b2c5310d4da56237571bb8ea8d24b030c941030f.tar.xz
svn_rev_653
restructure tree, add reginfo command
Diffstat (limited to 'common/dlmalloc.c')
-rw-r--r--common/dlmalloc.c4
1 files changed, 2 insertions, 2 deletions
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: