summaryrefslogtreecommitdiff
path: root/libc/string/strcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strcmp.c')
-rw-r--r--libc/string/strcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strcmp.c b/libc/string/strcmp.c
index 0ca95766c..4a95ab882 100644
--- a/libc/string/strcmp.c
+++ b/libc/string/strcmp.c
@@ -40,7 +40,7 @@ int Wstrcmp(register const Wchar *s1, register const Wchar *s2)
libc_hidden_def(Wstrcmp)
#ifndef __UCLIBC_HAS_LOCALE__
-strong_alias(Wstrcmp,Wstrcoll)
libc_hidden_proto(Wstrcoll)
+strong_alias(Wstrcmp,Wstrcoll)
libc_hidden_def(Wstrcoll)
#endif