summaryrefslogtreecommitdiff
path: root/wctype/wctype.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-26 17:52:36 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-26 17:52:36 +0000
commite04b831ab49dfb24f1c1a70b3816bff5515cbab9 (patch)
tree8f8cdfa20ae8092fa962cbedfae28a6a6d580223 /wctype/wctype.h
parent10301ff8a927c816099497d5806fbe336b7a749f (diff)
Update.
2000-07-25 Bruno Haible <haible@clisp.cons.org> * wctype/wctype.h (__wctrans_l): New declaration. * wctype/wctrans_l.c: New file. * wctype/Makefile (routines): Add wctrans_l. * rt/tst-aio4.c: New file, slightly modified version of tst-aio2. * rt/tst-aio5.c: New file, slightly modified version of tst-aio2.
Diffstat (limited to 'wctype/wctype.h')
-rw-r--r--wctype/wctype.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/wctype/wctype.h b/wctype/wctype.h
index ef986c257c..afed31e963 100644
--- a/wctype/wctype.h
+++ b/wctype/wctype.h
@@ -378,6 +378,11 @@ extern wint_t __towlower_l (wint_t __wc, __locale_t __locale) __THROW;
/* Converts an lowercase letter to the corresponding uppercase letter. */
extern wint_t __towupper_l (wint_t __wc, __locale_t __locale) __THROW;
+/* Construct value that describes a mapping between wide characters
+ identified by the string argument PROPERTY. */
+extern wctrans_t __wctrans_l (__const char *__property, __locale_t __locale)
+ __THROW;
+
/* Map the wide character WC using the mapping described by DESC. */
extern wint_t __towctrans_l (wint_t __wc, wctrans_t __desc,
__locale_t __locale) __THROW;