Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-08-22 20:49:37 +0400
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-08-22 20:49:37 +0400
commitf3e873f25016c24c4b4d77933183ecae36dcc29a (patch)
tree413ea44a654223003e37c1baf3bd43669c526b32 /newlib/libc/misc
parent8f8977bb8b27c097aeef2c17f6dd3d19736fd8e3 (diff)
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>.
Diffstat (limited to 'newlib/libc/misc')
-rw-r--r--newlib/libc/misc/ffs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/misc/ffs.c b/newlib/libc/misc/ffs.c
index 292ffabee..e907bc911 100644
--- a/newlib/libc/misc/ffs.c
+++ b/newlib/libc/misc/ffs.c
@@ -24,7 +24,7 @@ PORTABILITY
No supporting OS subroutines are required. */
-#include <_ansi.h>
+#include <strings.h>
int
_DEFUN(ffs, (word),