OSDN Git Service

bcopy.c,bzero.c: include string.h instead of _string.h
authorPeter S. Mazinger <ps.m@gmx.net>
Mon, 21 Mar 2011 22:20:05 +0000 (23:20 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:31 +0000 (14:00 +0200)
commit0f72ac224ec3a8d1fc7ab296fd09d7d0d9ff3386
tree635635d8ce32e9e9c26a524aecfbfa234a4145fe
parent68310406372d0bb47b4b1cb4b1fa5ebc0a9adde6
bcopy.c,bzero.c: include string.h instead of _string.h

No need for internal _string.h.
For now include string.h, although the correct header would be strings.h.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/string/bcopy.c
libc/string/bzero.c