summaryrefslogtreecommitdiff
path: root/src/locale/strcoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/strcoll.c')
-rw-r--r--src/locale/strcoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/strcoll.c b/src/locale/strcoll.c
index 8b84b1e6..39ea1123 100644
--- a/src/locale/strcoll.c
+++ b/src/locale/strcoll.c
@@ -9,7 +9,7 @@ int __strcoll_l(const char *l, const char *r, locale_t loc)
int strcoll(const char *l, const char *r)
{
- return __strcoll_l(l, r, LC_GLOBAL_LOCALE);
+ return __strcoll_l(l, r, 0);
}
weak_alias(__strcoll_l, strcoll_l);