svn commit: r232927 - head/include/xlocale
David Chisnall
theraven at FreeBSD.org
Tue Mar 13 15:21:15 UTC 2012
Author: theraven
Date: Tue Mar 13 15:21:14 2012
New Revision: 232927
URL: http://svn.freebsd.org/changeset/base/232927
Log:
Add missing prototypes.
Approved by: dim (mentor)
Modified:
head/include/xlocale/_ctype.h
Modified: head/include/xlocale/_ctype.h
==============================================================================
--- head/include/xlocale/_ctype.h Tue Mar 13 14:14:13 2012 (r232926)
+++ head/include/xlocale/_ctype.h Tue Mar 13 15:21:14 2012 (r232927)
@@ -89,6 +89,11 @@ __istype_l(__ct_rune_t __c, unsigned lon
{ 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)
{
int __limit;
More information about the svn-src-all
mailing list