summaryrefslogtreecommitdiff
path: root/wcsmbs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-17 04:52:44 +0000
committerRoland McGrath <roland@gnu.org>2005-10-17 04:52:44 +0000
commite8fc698f37f18b848f990038b8a9b15d789f7b57 (patch)
tree7ba25aea84180dd49956cc4bfebe5fd77189e302 /wcsmbs
parent429f5637242900669167b72c5b9511d12b2bf7c8 (diff)
2005-03-16 Richard Henderson <rth@redhat.com>
[BZ #721] * include/wchar.h (__wcscoll): Remove. * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll. * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/wcscoll.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/wcsmbs/wcscoll.c b/wcsmbs/wcscoll.c
index ed6db06e4e..ae3d48c623 100644
--- a/wcsmbs/wcscoll.c
+++ b/wcsmbs/wcscoll.c
@@ -22,12 +22,11 @@
#define STRING_TYPE wchar_t
#define USTRING_TYPE wint_t
-#define STRCOLL __wcscoll
+#define STRCOLL wcscoll
#define STRCOLL_L __wcscoll_l
#include "../string/strcoll.c"
#ifndef USE_IN_EXTENDED_LOCALE_MODEL
-weak_alias (__wcscoll, wcscoll)
libc_hidden_weak (wcscoll)
#endif