bionic/libc
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
..
arch-arm Avoid a system call in 'gettid'. 2014-06-02 10:32:55 -07:00
arch-arm64 Removes index() from bionic. 2014-06-05 11:05:10 -07:00
arch-common/bionic Fixes for __cxa_finalize 2014-05-05 11:36:57 -07:00
arch-mips Avoid a system call in 'gettid'. 2014-06-02 10:32:55 -07:00
arch-mips64 Removes index() from bionic. 2014-06-05 11:05:10 -07:00
arch-x86 Avoid a system call in 'gettid'. 2014-06-02 10:32:55 -07:00
arch-x86_64 Removes index() from bionic. 2014-06-05 11:05:10 -07:00
bionic Remove bsd_signal and sysv_signal from bionic LP64. 2014-06-05 08:21:17 -07:00
dns Query libnetd_client for the appropriate netId for host resolution. 2014-05-19 12:49:52 -07:00
include Removes index() from bionic. 2014-06-05 11:05:10 -07:00
kernel Scrub uapi headers slightly harder. 2014-05-15 12:01:11 -07:00
private Adds functionality specified by uchar.h 2014-06-04 08:39:24 -07:00
stdio Expose __srefill for LP64 until we can fix the NDK. 2014-05-27 21:23:36 -07:00
stdlib Register _cleanup function with atexit 2014-05-15 13:05:21 -07:00
tools Fix x86 cfi directives for syscalls. 2014-05-29 19:04:36 -07:00
tzcode Do not keep struct state on the stack. 2014-05-14 16:50:41 -07:00
unistd Reimplement clock(3) and switch to OpenBSD time(3). 2014-03-11 13:37:11 -07:00
upstream-dlmalloc Fix build warning of initialization but no use. 2012-09-06 09:59:13 -07:00
upstream-freebsd Register _cleanup function with atexit 2014-05-15 13:05:21 -07:00
upstream-netbsd Switch back to OpenBSD inet_ntop now they're FORTIFY clean. 2014-05-19 15:55:29 -07:00
upstream-openbsd Removes wcswcs from bionic for LP64. 2014-06-04 12:01:56 -07:00
zoneinfo Upgrade to tzdata2014d. 2014-05-28 20:33:33 -07:00
Android.mk Removes wcswcs from bionic for LP64. 2014-06-04 12:01:56 -07:00
crt.mk Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
MODULE_LICENSE_BSD auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
NOTICE Update the NOTICE files and improve the script slightly. 2014-05-05 16:23:15 -07:00
SYSCALLS.TXT Avoid a system call in 'gettid'. 2014-06-02 10:32:55 -07:00