This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] string.h/strings.h


On Aug 20 06:05, Ralf Corsepius wrote:
> Hi again,
> 
> this is the next bunch of string.h/strings.h patches.
> 
> It adds #include <strings.h> to assure these files receive the
> prototypes/declarations of "string/strings family" functions, POSIX
> has moved.
> 
> Ralf

> 2011-08-20  Ralf Cors??pius <...>
> 
> 	* libc/string/index.c: Include <strings.h> for "index".
> 	* libc/string/rindex.c: Include <strings.h> for "rindex".
> 	* libc/string/strcasecmp.c: Include <strings.h> for "strcasecmp".
> 	Don't include <string.h>.
> 	* libc/string/strncasecmp.c: Include <strings.h> for "strncasecmp".
> 	Don't include <string.h>.
> 	* libc/string/bzero.c: Include <strings.h> for "bzero".
> 	Don't include <string.h>
> 	* libc/misc/ffs.c: Include <strings.h> for "ffs".
> 	Don't include <_ansi.h>.

Looks good, please apply.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]