bionic/libc
Elliott Hughes 2f25cf373c Fix pthread_attr_getstack under valgrind.
valgrind seems to mess with the stack enough that the kernel will
report "[stack:pid]" rather than "[stack]" in /proc/self/maps, so
switch to the task-specific file instead to force "[stack]". (There
are two conditions in the kernel code that decides which form to
output.)

Bug: 17897476

(cherry picked from commit 9afb2f2106)

Change-Id: I92c331ef6fb5868af49e75bc595710d290a95f5b
2014-10-10 10:57:48 -07:00
..
arch-arm Add posix_fadvise(3). 2014-09-10 20:30:23 -07:00
arch-arm64 Add IFUNC support for arm64 and IRELATIVE reloc 2014-10-01 16:04:31 -07:00
arch-common/bionic Fixes for __cxa_finalize 2014-05-05 11:36:57 -07:00
arch-mips Fix mips __fadvise64.S build failure. 2014-09-11 10:15:14 -07:00
arch-mips64 Add posix_fadvise(3). 2014-09-10 20:30:23 -07:00
arch-x86 am d11eac34: Force export symbols on all x86 variants in libc. 2014-10-07 00:20:10 +00:00
arch-x86_64 Add IFUNC support for arm64 and IRELATIVE reloc 2014-10-01 16:04:31 -07:00
bionic Fix pthread_attr_getstack under valgrind. 2014-10-10 10:57:48 -07:00
dns Improve <sys/cdefs.h>. 2014-10-07 11:40:09 -07:00
include Inline helpers need to be exported unmangled. 2014-10-07 18:51:24 -07:00
kernel Pull input.h from v3.16.1 kernel headers. 2014-09-14 12:08:37 -07:00
private Refactoring: C++11 style DISABLE_ bionic marcos 2014-10-01 16:03:51 -07:00
stdio Re-expose more stdio implementation details for LP32. 2014-09-24 17:20:53 -07:00
tools am d11eac34: Force export symbols on all x86 variants in libc. 2014-10-07 00:20:10 +00:00
tzcode Fix the tzdata update tools. 2014-08-06 15:29:10 -07:00
upstream-dlmalloc Put all allocation functions into dispatch table. 2014-06-12 15:08:18 -07:00
upstream-freebsd Fix visibility for a bunch more symbols. 2014-07-14 18:59:51 -07:00
upstream-netbsd Implement twalk(3), add unit tests. 2014-07-24 15:14:06 -07:00
upstream-openbsd Implement twalk(3), add unit tests. 2014-07-24 15:14:06 -07:00
zoneinfo Update bionic to tzdata 2014h. 2014-10-01 10:21:07 -07:00
Android.mk Refactoring: C++11 style DISABLE_ bionic marcos 2014-10-01 16:03:51 -07:00
crt.mk Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
MODULE_LICENSE_BSD
NOTICE Implement twalk(3), add unit tests. 2014-07-24 15:14:06 -07:00
SYSCALLS.TXT Fix mips __fadvise64.S build failure. 2014-09-11 10:15:14 -07:00