summaryrefslogtreecommitdiff
path: root/libc/string/generic/strcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/generic/strcmp.c')
-rw-r--r--libc/string/generic/strcmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/generic/strcmp.c b/libc/string/generic/strcmp.c
index e42ba9763..f12424243 100644
--- a/libc/string/generic/strcmp.c
+++ b/libc/string/generic/strcmp.c
@@ -47,6 +47,6 @@ int attribute_hidden __strcmp (const char *p1, const char *p2)
strong_alias(__strcmp, strcmp)
#ifdef __LOCALE_C_ONLY
-weak_alias(__strcmp, __strcoll)
-strong_alias(__strcoll, strcoll)
+hidden_strong_alias(__strcmp, __strcoll)
+strong_alias(__strcmp, strcoll)
#endif /* __LOCALE_C_ONLY */