]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blobdiff - ABI-bugs.txt
Merge "Fix arm64 clone stack handling."
[android-sdk/platform-bionic.git] / ABI-bugs.txt
index 83ee9520025ec636ab8b21dc85c9294948103850..51da9f07bdae1f47b25f77d465c64a76a99a49b4 100644 (file)
@@ -8,8 +8,5 @@ KNOWN ABI BUGS
   sigset_t is too small on ARM and x86 (but correct on MIPS), so support
   for real-time signals is broken. http://b/5828899
 
-  Too few TLS slots mean we can't allocate 128 pthread_key_t instances,
-  which POSIX says should be the minimum.
-
   atexit(3) handlers registered by a shared library aren't called on
   dlclose(3); this only affects ARM. http://b/4998315