aboutsummaryrefslogtreecommitdiffstats
path: root/libc/private
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-07-25 21:51:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-07-25 21:51:05 +0000
commit9a73d08f4c334c00fe06d583d37e038ebe063eba (patch)
tree673c2cd506abdd3f6afab09060b182cbec9fbf6f /libc/private
parenta9feb5e33a5261f45fb25fd5e90a56792c6a437e (diff)
parent838f01fdc7cbb8fa2449d5c799e24d92f25d3881 (diff)
downloadandroid_bionic-9a73d08f4c334c00fe06d583d37e038ebe063eba.tar.gz
android_bionic-9a73d08f4c334c00fe06d583d37e038ebe063eba.tar.bz2
android_bionic-9a73d08f4c334c00fe06d583d37e038ebe063eba.zip
Merge "Bump the number of TLS slots to 128."
Diffstat (limited to 'libc/private')
-rw-r--r--libc/private/bionic_tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/private/bionic_tls.h b/libc/private/bionic_tls.h
index 4fdf1873e..22b78061e 100644
--- a/libc/private/bionic_tls.h
+++ b/libc/private/bionic_tls.h
@@ -76,7 +76,7 @@ enum {
* maintain that second number, but pthread_test will fail if we forget.
*/
#define GLOBAL_INIT_THREAD_LOCAL_BUFFER_COUNT 4
-#define BIONIC_TLS_SLOTS 64
+#define BIONIC_TLS_SLOTS 128
/* syscall only, do not call directly */
extern int __set_tls(void* ptr);