From 3fad4c34943aba4015fee66eb42cd7b2102f75f3 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Tue, 13 Mar 2012 15:21:14 +0000 Subject: [PATCH] Add missing prototypes. Approved by: dim (mentor) --- include/xlocale/_ctype.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/xlocale/_ctype.h b/include/xlocale/_ctype.h index 1fdebd6d73ef..aaad8da5418c 100644 --- a/include/xlocale/_ctype.h +++ b/include/xlocale/_ctype.h @@ -88,6 +88,11 @@ __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) _XLOCALE_INLINE int isw##fname##_l(int __c, locale_t __l)\ { return __istype_l(__c, cat, __l); } #else +_XLOCALE_INLINE int +__sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc); +_XLOCALE_INLINE int +__sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc); + _XLOCALE_INLINE int __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) {