summaryrefslogtreecommitdiff
path: root/wctype/towctrans_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctype/towctrans_l.c')
-rw-r--r--wctype/towctrans_l.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wctype/towctrans_l.c b/wctype/towctrans_l.c
index e80ecb53d0..28a4fd0530 100644
--- a/wctype/towctrans_l.c
+++ b/wctype/towctrans_l.c
@@ -1,5 +1,5 @@
/* Map wide character using given mapping and locale.
- 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.
The GNU C Library is free software; you can redistribute it and/or
@@ -33,3 +33,4 @@ __towctrans_l (wint_t wc, wctrans_t desc, __locale_t locale)
return wctrans_table_lookup ((const char *) desc, wc);
}
+weak_alias (__towctrans_l, towctrans_l)