diff options
Diffstat (limited to 'wctype/iswctype.c')
-rw-r--r-- | wctype/iswctype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wctype/iswctype.c b/wctype/iswctype.c index 9a13861a8b..567b9f4fbb 100644 --- a/wctype/iswctype.c +++ b/wctype/iswctype.c @@ -34,5 +34,5 @@ __iswctype (wint_t wc, wctype_t desc) return wctype_table_lookup ((const char *) desc, wc); } -INTDEF(__iswctype) +libc_hidden_def (__iswctype) weak_alias (__iswctype, iswctype) |