mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Fix the other missing prototypes.
Approved by: dim (mentor)
This commit is contained in:
parent
3fad4c3494
commit
9fa42222e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232929
@ -68,6 +68,11 @@ _RuneLocale *__runes_for_locale(locale_t, int*);
|
||||
#endif /* _XLOCALE_INLINE */
|
||||
|
||||
#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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user