about summary refs log tree commit diff
path: root/include/wctype.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-09 10:05:22 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-09 10:05:22 +0000
commit7be688b58fb2e5fea5db003d9ea72c4d779e65c6 (patch)
tree144ea8057c9d5264737b36a7792081f6619e0acf /include/wctype.h
parentff136edd32fb0d55d73032ff3d565794e601a398 (diff)
downloadglibc-7be688b58fb2e5fea5db003d9ea72c4d779e65c6.tar.gz
glibc-7be688b58fb2e5fea5db003d9ea72c4d779e65c6.tar.xz
glibc-7be688b58fb2e5fea5db003d9ea72c4d779e65c6.zip
Update.
	* stdio-common/_i18n_number.h: Support printing localized decimal
	point and thousand separator.
	* wctype/wctrans.c: Add __wctrans alias.
	* include/wctype.h: Declare __wctrans.
	Based on a patch by Hamed Malek.
Diffstat (limited to 'include/wctype.h')
-rw-r--r--include/wctype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wctype.h b/include/wctype.h
index f52f0a3f30..2acaabd5c4 100644
--- a/include/wctype.h
+++ b/include/wctype.h
@@ -49,6 +49,7 @@ 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);
 
 extern __typeof (iswalnum_l) __iswalnum_l;