summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-04 13:36:30 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-04 13:36:30 +0200
commit139b8f0c673fed465d27f99c98568e5d5e1b9b72 (patch)
treedd010deb41b997b4db33cf6e6ee0624bf8639779 /libc
parent38f4774eeefdfae24b82efaf61925015d21fe314 (diff)
strverscmp: I forgot to export it
Result was: strverscmp.o: 000000ec T __GI_strverscmp i.e. no plain "strverscmp"! Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libc')
-rw-r--r--libc/string/strverscmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/strverscmp.c b/libc/string/strverscmp.c
index 74ae4c6ad..b19e8f0b8 100644
--- a/libc/string/strverscmp.c
+++ b/libc/string/strverscmp.c
@@ -115,3 +115,4 @@ int strverscmp (const char *s1, const char *s2)
return state;
}
}
+libc_hidden_def(strverscmp)