aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wctype.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/wctype.h b/include/wctype.h
index a2ee9ff880..676c04358b 100644
--- a/include/wctype.h
+++ b/include/wctype.h
@@ -40,17 +40,8 @@ libc_hidden_proto (towupper)
#ifndef _ISOMAC
/* Internal interfaces. */
-extern int __iswalpha_l_internal (wint_t __wc, __locale_t __locale)
- attribute_hidden;
-extern int __iswdigit_l_internal (wint_t __wc, __locale_t __locale)
- attribute_hidden;
-extern int __iswspace_l_internal (wint_t __wc, __locale_t __locale)
- attribute_hidden;
-extern int __iswxdigit_l_internal (wint_t __wc, __locale_t __locale)
- attribute_hidden;
extern int __iswspace (wint_t __wc);
extern int __iswctype (wint_t __wc, wctype_t __desc);
-extern int __iswctype_internal (wint_t __wc, wctype_t __desc) attribute_hidden;
extern wctype_t __wctype (const char *__property);
extern wctrans_t __wctrans (const char *__property);
extern wint_t __towctrans (wint_t __wc, wctrans_t __desc);