summaryrefslogtreecommitdiffstats
path: root/common/dlmalloc.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-04 12:37:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-04 12:37:06 +0200
commit17c3e64578a43d73123a590ea9610c0d66119506 (patch)
tree79358b387eb36ea277fe0a9781384b4ed1ae3655 /common/dlmalloc.c
parent5017152f135b9115e02e5d01e8c6ae4ab3ea4a44 (diff)
downloadbarebox-17c3e64578a43d73123a590ea9610c0d66119506.tar.gz
barebox-17c3e64578a43d73123a590ea9610c0d66119506.tar.xz
export functions
Diffstat (limited to 'common/dlmalloc.c')
-rw-r--r--common/dlmalloc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/dlmalloc.c b/common/dlmalloc.c
index a22fee530a..c4df2f0f78 100644
--- a/common/dlmalloc.c
+++ b/common/dlmalloc.c
@@ -2149,3 +2149,8 @@ History:
structure of old version, but most details differ.)
*/
+
+EXPORT_SYMBOL(malloc);
+EXPORT_SYMBOL(free);
+EXPORT_SYMBOL(realloc);
+