Clean up <stdlib.h> slightly.

Interestingly, this mostly involves cleaning up our implementation of
various <string.h> functions.

Change-Id: Ifaef49b5cb997134f7bc0cc31bdac844bdb9e089
This commit is contained in:
Elliott Hughes
2015-01-26 13:34:58 -08:00
parent 419ed122aa
commit 76f8916b90
20 changed files with 143 additions and 111 deletions

View File

@@ -9,4 +9,6 @@ libc_bionic_src_files_arm += \
arch-arm/cortex-a15/bionic/strcpy.S \
arch-arm/cortex-a15/bionic/__strcpy_chk.S \
arch-arm/cortex-a15/bionic/strlen.S \
bionic/memmove.c \
libc_openbsd_src_files_arm += \
upstream-openbsd/lib/libc/string/memmove.c \