summaryrefslogtreecommitdiff
path: root/include/wctype.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-06 14:26:43 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-06 14:26:43 +0000
commit0a8209d901e1c91f9f6fd130c3fa6919fc44780d (patch)
tree38f97028288d4bcf8e219ae9005202b11c999936 /include/wctype.h
parentdb782340c479b741bb7e05478342c9800f06e90f (diff)
Sync to glibc, remove __x
Diffstat (limited to 'include/wctype.h')
-rw-r--r--include/wctype.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/wctype.h b/include/wctype.h
index 688c1fd46..266ffab38 100644
--- a/include/wctype.h
+++ b/include/wctype.h
@@ -48,7 +48,6 @@ typedef unsigned int wint_t;
# ifdef __USE_ISOC99
__USING_NAMESPACE_C99(wint_t)
# endif
-__END_NAMESPACE_C99
# endif
/* Constant expression of type `wint_t' whose value does not correspond
@@ -322,23 +321,6 @@ extern wctrans_t wctrans_l (__const char *__property, __locale_t __locale)
extern wint_t towctrans_l (wint_t __wc, wctrans_t __desc,
__locale_t __locale) __THROW;
-extern int __iswalnum_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswalpha_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswblank_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswcntrl_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswdigit_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswgraph_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswlower_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswprint_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswpunct_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswspace_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswupper_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswxdigit_l(wint_t __wc, __locale_t __locale) __THROW;
-extern wint_t __towlower_l(wint_t __wc, __locale_t __locale) __THROW;
-extern wint_t __towupper_l(wint_t __wc, __locale_t __locale) __THROW;
-extern int __iswctype_l(wint_t __wc, wctype_t __desc, __locale_t __locale) __THROW;
-extern wctrans_t __wctrans_l(const char *__property, __locale_t __locale) __THROW;
-extern wint_t __towctrans_l(wint_t __wc, wctrans_t __desc, __locale_t __locale) __THROW;
# endif /* Use GNU. */
__END_DECLS