summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorNishanth Menon <x0nishan@ti.com>2008-08-14 20:31:07 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2008-08-15 08:47:50 +0200
commit584f9990a853946ba06f10f15f312a051457944d (patch)
treed04ada6fa8d070223cc7328ce424bab291b7b2b2 /common
parentcb3f2e34c45e928205de8d37a8f21b36de5e2098 (diff)
downloadbarebox-584f9990a853946ba06f10f15f312a051457944d.tar.gz
barebox-584f9990a853946ba06f10f15f312a051457944d.tar.xz
Common: expose calloc
calloc is not exported by default. This patch exposes the same. Signed-off-by: Nishanth Menon <x0nishan@ti.com>
Diffstat (limited to 'common')
-rw-r--r--common/dlmalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/dlmalloc.c b/common/dlmalloc.c
index 7243f010f4..e524204730 100644
--- a/common/dlmalloc.c
+++ b/common/dlmalloc.c
@@ -2152,6 +2152,7 @@ History:
*/
EXPORT_SYMBOL(malloc);
+EXPORT_SYMBOL(calloc);
EXPORT_SYMBOL(free);
EXPORT_SYMBOL(realloc);