diff options
Diffstat (limited to 'wctype/wctrans.c')
-rw-r--r-- | wctype/wctrans.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wctype/wctrans.c b/wctype/wctrans.c index 8396655a52..67a8592cb5 100644 --- a/wctype/wctrans.c +++ b/wctype/wctrans.c @@ -45,4 +45,5 @@ __wctrans (const char *property) i = _NL_CURRENT_WORD (LC_CTYPE, _NL_CTYPE_MAP_OFFSET) + cnt; return (wctrans_t) _NL_CURRENT_DATA (LC_CTYPE)->values[i].string; } +libc_hidden_def (__wctrans) weak_alias (__wctrans, wctrans) |