diff options
Diffstat (limited to 'newlib/libc/string/bzero.c')
-rw-r--r-- | newlib/libc/string/bzero.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/string/bzero.c b/newlib/libc/string/bzero.c index 4db357438..dbcae02d6 100644 --- a/newlib/libc/string/bzero.c +++ b/newlib/libc/string/bzero.c @@ -6,11 +6,11 @@ INDEX bzero ANSI_SYNOPSIS - #include <string.h> + #include <strings.h> void bzero(void *<[b]>, size_t <[length]>); TRAD_SYNOPSIS - #include <string.h> + #include <strings.h> void bzero(<[b]>, <[length]>) void *<[b]>; size_t <[length]>; |