about summary refs log tree commit diff
path: root/wctype/iswctype_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctype/iswctype_l.c')
-rw-r--r--wctype/iswctype_l.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wctype/iswctype_l.c b/wctype/iswctype_l.c
index d3c4a4a7e9..fea94f1a14 100644
--- a/wctype/iswctype_l.c
+++ b/wctype/iswctype_l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2000, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
 
@@ -34,3 +34,4 @@ __iswctype_l (wint_t wc, wctype_t desc, __locale_t locale)
 
   return wctype_table_lookup ((const char *) desc, wc);
 }
+weak_alias (__iswctype_l, iswctype_l)