summaryrefslogtreecommitdiffstats
path: root/libc/string/strcmp.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-08 04:31:05 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-08 04:31:05 +0000
commitc5ad60615407d6f54807ed52656d962d1dcbbe3e (patch)
tree5ef0a9f39d02d46f8b8f4895e2deada7a1b72340 /libc/string/strcmp.c
parentdc92cc5ad2d89036502585cf05426012b1f8647e (diff)
downloaduClibc-alpine-c5ad60615407d6f54807ed52656d962d1dcbbe3e.tar.bz2
uClibc-alpine-c5ad60615407d6f54807ed52656d962d1dcbbe3e.tar.xz
Merge from trunk.
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 654ca302a..5cdbe6f73 100644
--- a/libc/string/strcmp.c
+++ b/libc/string/strcmp.c
@@ -13,7 +13,7 @@ strong_alias(__strcmp, strcmp)
#ifdef __LOCALE_C_ONLY
weak_alias(__strcmp, __strcoll)
-strong_alias(__strcoll, strcoll)
+weak_alias(__strcmp, strcoll)
#endif
#undef L_strcmp