summaryrefslogtreecommitdiff
path: root/wctype
diff options
context:
space:
mode:
Diffstat (limited to 'wctype')
-rw-r--r--wctype/towctrans.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wctype/towctrans.c b/wctype/towctrans.c
index 78ee3cbc92..6e3c466a6e 100644
--- a/wctype/towctrans.c
+++ b/wctype/towctrans.c
@@ -1,5 +1,5 @@
/* Map wide character using given mapping.
- Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 2000, 2004 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
@@ -32,4 +32,5 @@ __towctrans (wint_t wc, wctrans_t desc)
return wctrans_table_lookup ((const char *) desc, wc);
}
+libc_hidden_def (__towctrans)
weak_alias (__towctrans, towctrans)