From 85d1401f1b48bab18552619e362954cddb764ec9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Dec 2002 04:21:51 +0000 Subject: Update. 2002-12-06 Ulrich Drepper * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum. * sysdeps/posix/raise.c: Add libc_hidden_def for raise. --- wctype/wcfuncs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wctype') diff --git a/wctype/wcfuncs.c b/wctype/wcfuncs.c index a3aed3104e..5d0e219fb2 100644 --- a/wctype/wcfuncs.c +++ b/wctype/wcfuncs.c @@ -36,6 +36,7 @@ #undef iswalnum func (iswalnum, __ISwalnum) +libc_hidden_weak (iswalnum) #undef iswalpha func (iswalpha, __ISwalpha) libc_hidden_weak (iswalpha) -- cgit 1.4.1