From f3e873f25016c24c4b4d77933183ecae36dcc29a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Aug 2011 16:49:37 +0000 Subject: =?UTF-8?q?2011-08-22=20=20Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libc/string/index.c: Include for "index". * libc/string/rindex.c: Include for "rindex". * libc/string/strcasecmp.c: Include for "strcasecmp". Don't include . * libc/string/strncasecmp.c: Include for "strncasecmp". Don't include . * libc/string/bzero.c: Include for "bzero". Don't include * libc/misc/ffs.c: Include for "ffs". Don't include <_ansi.h>. --- newlib/libc/string/bzero.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/string/bzero.c') diff --git a/newlib/libc/string/bzero.c b/newlib/libc/string/bzero.c index 661285f7b..4db357438 100644 --- a/newlib/libc/string/bzero.c +++ b/newlib/libc/string/bzero.c @@ -30,7 +30,7 @@ Neither ANSI C nor the System V Interface Definition (Issue 2) require <> requires no supporting OS subroutines. */ -#include +#include _VOID _DEFUN (bzero, (b, length), -- cgit v1.2.3