bionic/libc/arch-arm64
Dan Albert 40fca0f08b Removes index() from bionic.
This function has been removed from POSIX.

Unfortunately, we can't leave #define index(a, b) strchr((a), (b)) in its place
because defining a preprocessor macro for index() breaks a whole lot of code.

Bug: 13935372
Change-Id: Ifda348acde06da61c12e7ee2f8fe6950a3174dd1
2014-06-05 11:05:10 -07:00
..
bionic Merge "Add Aarch64 optimized bzero based on memset" 2014-05-29 21:19:44 +00:00
generic Removes bcopy and bzero from bionic. 2014-06-03 17:22:07 -07:00
generic-neon Use larger neon instructions for moving data. 2014-05-09 11:29:37 -07:00
include/machine Clean up <machine/ieee.h>. 2014-04-16 16:31:17 -07:00
syscalls Avoid a system call in 'gettid'. 2014-06-02 10:32:55 -07:00
arm64.mk Removes index() from bionic. 2014-06-05 11:05:10 -07:00