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-23 16:01:51 +0400
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-08-23 16:01:51 +0400
commitda344d0ea92b1e566f53b1bb31eb4ac8bd7b6c5f (patch)
treeb32f337d58ad38b5d1c90d975ae50202a2ed0077 /newlib/libc/string/bcopy.c
parent0792b19670ce1024020c30422770e27599f8c676 (diff)
2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/misc/ffs.c, libc/string/bcmp.c, libc/string/bcopy.c, libc/string/bzero.c, libc/string/index.c, libc/string/rindex.c, libc/string/strcasecmp.c, libc/string/strncasecmp.c: Let synopsis reference "#include <strings.h>".
Diffstat (limited to 'newlib/libc/string/bcopy.c')
-rw-r--r--newlib/libc/string/bcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/bcopy.c b/newlib/libc/string/bcopy.c
index c69c04425..2881fd92c 100644
--- a/newlib/libc/string/bcopy.c
+++ b/newlib/libc/string/bcopy.c
@@ -3,7 +3,7 @@ FUNCTION
<<bcopy>>---copy memory regions
ANSI_SYNOPSIS
- #include <string.h>
+ #include <strings.h>
void bcopy(const void *<[in]>, void *<[out]>, size_t <[n]>);
TRAD_SYNOPSIS