summaryrefslogtreecommitdiffstats
path: root/common/misc.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-07 14:27:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-07 14:27:24 +0200
commit2443c7a6f12bc330fcf88949786703d358f2f771 (patch)
tree97ebe4f57b46ae8414dd0fe170582c019aa0edff /common/misc.c
parentabb402d0083df191958638f0e5dd1a506b2ac2f8 (diff)
downloadbarebox-2443c7a6f12bc330fcf88949786703d358f2f771.tar.gz
barebox-2443c7a6f12bc330fcf88949786703d358f2f771.tar.xz
export symbols
Diffstat (limited to 'common/misc.c')
-rw-r--r--common/misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/misc.c b/common/misc.c
index ee11ead87d..6970ab7e6e 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -162,3 +162,4 @@ void perror(const char *s)
printf("%s returned with %d\n", s, errno);
#endif
}
+EXPORT_SYMBOL(perror);