summaryrefslogtreecommitdiff
path: root/include/xlocale
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2012-03-13 17:32:55 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2012-03-13 17:32:55 +0000
commit9fa42222e805030bfaee9df191151d357080b250 (patch)
tree93b8f76b5577c1deb348c0b51a537a523cb4e0cd /include/xlocale
parent3fad4c34943aba4015fee66eb42cd7b2102f75f3 (diff)
downloadsrc-test2-9fa42222e805030bfaee9df191151d357080b250.tar.gz
src-test2-9fa42222e805030bfaee9df191151d357080b250.zip
Notes
Diffstat (limited to 'include/xlocale')
-rw-r--r--include/xlocale/_ctype.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xlocale/_ctype.h b/include/xlocale/_ctype.h
index aaad8da5418c..9cb3385ce211 100644
--- a/include/xlocale/_ctype.h
+++ b/include/xlocale/_ctype.h
@@ -69,6 +69,11 @@ _RuneLocale *__runes_for_locale(locale_t, int*);
#ifdef _XLOCALE_WCTYPES
_XLOCALE_INLINE int
+__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
+_XLOCALE_INLINE __inline int
+__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
+
+_XLOCALE_INLINE int
__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
{
int __limit;