bionic/libc/arch-x86_64
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 Revert "Revert "Lose the hand-written futex assembler."" 2014-05-28 18:31:15 -07:00
include/machine Clean up <machine/ieee.h>. 2014-04-16 16:31:17 -07:00
string Removes bcopy and bzero from bionic. 2014-06-03 17:22:07 -07:00
syscalls Avoid a system call in 'gettid'. 2014-06-02 10:32:55 -07:00
x86_64.mk Removes index() from bionic. 2014-06-05 11:05:10 -07:00