[klibc] [PATCH 2/2] Fix no previous prototype __ctype_* warnings

H. Peter Anvin hpa at zytor.com
Sun Aug 9 15:27:23 PDT 2009


On 07/16/2009 03:38 PM, Jon Ringle wrote:
> <...>/usr/lib/klibc/include/ctype.h:63: warning: no previous prototype for '__ctype_isascii'
> <...>/usr/lib/klibc/include/ctype.h:68: warning: no previous prototype for '__ctype_isblank'
> <...>/usr/lib/klibc/include/ctype.h:73: warning: no previous prototype for '__ctype_iscntrl'
> <...>/usr/lib/klibc/include/ctype.h:78: warning: no previous prototype for '__ctype_isdigit'
> <...>/usr/lib/klibc/include/ctype.h:83: warning: no previous prototype for '__ctype_isgraph'
> <...>/usr/lib/klibc/include/ctype.h:89: warning: no previous prototype for '__ctype_islower'
> <...>/usr/lib/klibc/include/ctype.h:94: warning: no previous prototype for '__ctype_isprint'
> <...>/usr/lib/klibc/include/ctype.h:99: warning: no previous prototype for '__ctype_ispunct'
> <...>/usr/lib/klibc/include/ctype.h:104: warning: no previous prototype for '__ctype_isspace'
> <...>/usr/lib/klibc/include/ctype.h:109: warning: no previous prototype for '__ctype_isupper'
> <...>/usr/lib/klibc/include/ctype.h:114: warning: no previous prototype for '__ctype_isxdigit'
> <...>/usr/lib/klibc/include/ctype.h:123: warning: no previous prototype for '__ctype_toupper'
> <...>/usr/lib/klibc/include/ctype.h:128: warning: no previous prototype for '__ctype_tolower'
> 

Hi there,

I don't get this error with your other patches (yes, I know, I'm finally
getting around to processing this stuff.)  This shouldn't be needed with
true inlining as far as I know?

	-hpa

-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.



More information about the klibc mailing list