From 2d49cf36b03e059c0a10ecd0a56e7fe8191b8fd5 Mon Sep 17 00:00:00 2001 From: drepper Date: Mon, 22 Dec 1997 20:52:21 +0000 Subject: [PATCH] Define as __towctrans, make towctrans weak alias. --- wctype/towctrans.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wctype/towctrans.c b/wctype/towctrans.c index 91e591dbb3..b0180fde55 100644 --- a/wctype/towctrans.c +++ b/wctype/towctrans.c @@ -23,7 +23,7 @@ #include "cname-lookup.h" wint_t -towctrans (wint_t wc, wctrans_t desc) +__towctrans (wint_t wc, wctrans_t desc) { size_t idx; @@ -34,3 +34,4 @@ towctrans (wint_t wc, wctrans_t desc) return (wint_t) desc[idx]; } +weak_alias (__towctrans, towctrans) -- 2.11.0