summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/bcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/bcmp.c')
-rw-r--r--newlib/libc/string/bcmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/string/bcmp.c b/newlib/libc/string/bcmp.c
index 2588364bb..8d6e12ffb 100644
--- a/newlib/libc/string/bcmp.c
+++ b/newlib/libc/string/bcmp.c
@@ -6,11 +6,11 @@ INDEX
bcmp
ANSI_SYNOPSIS
- #include <string.h>
+ #include <strings.h>
int bcmp(const void *<[s1]>, const void *<[s2]>, size_t <[n]>);
TRAD_SYNOPSIS
- #include <string.h>
+ #include <strings.h>
int bcmp(<[s1]>, <[s2]>, <[n]>)
const void *<[s1]>;
const void *<[s2]>;