summaryrefslogtreecommitdiff
path: root/wcsmbs/wcscoll_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcscoll_l.c')
-rw-r--r--wcsmbs/wcscoll_l.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/wcsmbs/wcscoll_l.c b/wcsmbs/wcscoll_l.c
index c6021fea69..20007b29c9 100644
--- a/wcsmbs/wcscoll_l.c
+++ b/wcsmbs/wcscoll_l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
@@ -19,3 +19,5 @@
#define USE_IN_EXTENDED_LOCALE_MODEL 1
#include <wcscoll.c>
+
+weak_alias (__wcscoll_l, wcscoll_l)