aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2013-12-12 13:02:41 -0600
committerElliott Hughes2013-12-12 14:51:08 -0600
commit1887621de8a48eece8a05f2400ddd783b9833147 (patch)
tree73707f9768954e6d68f077febc4f442e2010609e /ABI-bugs.txt
parent38fcbbb35a40c46e96b4df10d670d1c132910854 (diff)
downloadplatform-bionic-1887621de8a48eece8a05f2400ddd783b9833147.tar.gz
platform-bionic-1887621de8a48eece8a05f2400ddd783b9833147.tar.xz
platform-bionic-1887621de8a48eece8a05f2400ddd783b9833147.zip
PTHREAD_KEYS_MAX cleanup.
I fixed this bug a while back, but didn't remove it from the list, could have added a better test, and could have written clearer code that didn't require a comment. Change-Id: Iebdf0f9a54537a7d5cbca254a5967b1543061f3d
Diffstat (limited to 'ABI-bugs.txt')
-rw-r--r--ABI-bugs.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ABI-bugs.txt b/ABI-bugs.txt
index 83ee9520..51da9f07 100644
--- a/ABI-bugs.txt
+++ b/ABI-bugs.txt
@@ -8,8 +8,5 @@ KNOWN ABI BUGS
8 sigset_t is too small on ARM and x86 (but correct on MIPS), so support 8 sigset_t is too small on ARM and x86 (but correct on MIPS), so support
9 for real-time signals is broken. http://b/5828899 9 for real-time signals is broken. http://b/5828899
10 10
11 Too few TLS slots mean we can't allocate 128 pthread_key_t instances,
12 which POSIX says should be the minimum.
13
14 atexit(3) handlers registered by a shared library aren't called on 11 atexit(3) handlers registered by a shared library aren't called on
15 dlclose(3); this only affects ARM. http://b/4998315 12 dlclose(3); this only affects ARM. http://b/4998315