am 9a73d08f: Merge "Bump the number of TLS slots to 128."

* commit '9a73d08f4c334c00fe06d583d37e038ebe063eba':
  Bump the number of TLS slots to 128.
This commit is contained in:
Elliott Hughes 2013-07-25 17:04:18 -07:00 committed by Android Git Automerger
commit 326b52760d

View File

@ -76,7 +76,7 @@ enum {
* maintain that second number, but pthread_test will fail if we forget. * maintain that second number, but pthread_test will fail if we forget.
*/ */
#define GLOBAL_INIT_THREAD_LOCAL_BUFFER_COUNT 4 #define GLOBAL_INIT_THREAD_LOCAL_BUFFER_COUNT 4
#define BIONIC_TLS_SLOTS 64 #define BIONIC_TLS_SLOTS 128
/* syscall only, do not call directly */ /* syscall only, do not call directly */
extern int __set_tls(void* ptr); extern int __set_tls(void* ptr);