2011-08-22 Ralf Corsépius <ralf.corsepius@rtems.org>

* 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>.
This commit is contained in:
Ralf Corsepius
2011-08-22 16:49:37 +00:00
parent 8f8977bb8b
commit f3e873f250
7 changed files with 19 additions and 4 deletions

View File

@ -30,7 +30,7 @@ Neither ANSI C nor the System V Interface Definition (Issue 2) require
<<bzero>> requires no supporting OS subroutines.
*/
#include <string.h>
#include <strings.h>
_VOID
_DEFUN (bzero, (b, length),