summaryrefslogtreecommitdiff
path: root/wctype
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-07 04:21:51 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-07 04:21:51 +0000
commit85d1401f1b48bab18552619e362954cddb764ec9 (patch)
treeb3cf32a23899ec921cc37378bfca246c15f6c74c /wctype
parent9bd9c81528794eb89bbe363438055d393c7af2cd (diff)
Update.
2002-12-06 Ulrich Drepper <drepper@redhat.com> * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum. * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
Diffstat (limited to 'wctype')
-rw-r--r--wctype/wcfuncs.c1
1 files changed, 1 insertions, 0 deletions
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)