string.h: fix bzero declaration.
authorAlan Cox <alan@linux.intel.com>
Fri, 2 Jan 2015 10:20:26 +0000 (10:20 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 2 Jan 2015 10:20:26 +0000 (10:20 +0000)
From: Sergio L. Pascual <https://github.com/slp/FUZIX>

Library/include/string.h

index 80dc92a..ed3bd18 100644 (file)
@@ -39,6 +39,7 @@ extern void * memmove __P ((void*, const void*, size_t));
 extern char *index __P ((const char *, int));
 extern char *rindex __P ((const char *, int));
 extern void bcopy __P ((const void*, void*, size_t));
+extern void bzero __P ((void*, int));
 
 /* Othe common BSD functions */
 extern char *strpbrk __P ((const char *, const char *));