summaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
Diffstat (limited to 'string')
-rw-r--r--string/strcoll.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/string/strcoll.c b/string/strcoll.c
index 0f3bd20a79..3c5682d1cd 100644
--- a/string/strcoll.c
+++ b/string/strcoll.c
@@ -551,3 +551,6 @@ STRCOLL (s1, s2, l)
return result;
}
+#if !defined WIDE_CHAR_VERSION && !defined USE_IN_EXTENDED_LOCALE_MODEL
+libc_hidden_def (strcoll)
+#endif