diff options
Diffstat (limited to 'lib/libc/locale/toupper.c')
| -rw-r--r-- | lib/libc/locale/toupper.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/toupper.c b/lib/libc/locale/toupper.c index 1871f8a0cc0b..6ce67577cde1 100644 --- a/lib/libc/locale/toupper.c +++ b/lib/libc/locale/toupper.c @@ -40,9 +40,9 @@ __FBSDID("$FreeBSD$");  #include <stdio.h>  #include <rune.h> -_BSD_CT_RUNE_T_ +__ct_rune_t  ___toupper(c) -	_BSD_CT_RUNE_T_ c; +	__ct_rune_t c;  {  	int x;  	_RuneRange *rr = &_CurrentRuneLocale->mapupper_ext;  | 
