about summary refs log tree commit diff
path: root/linuxthreads/specific.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/specific.c')
-rw-r--r--linuxthreads/specific.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/specific.c b/linuxthreads/specific.c
index 83ea283ba5..0c302d4b41 100644
--- a/linuxthreads/specific.c
+++ b/linuxthreads/specific.c
@@ -27,6 +27,7 @@ static struct pthread_key_struct pthread_keys[PTHREAD_KEYS_MAX] =
 
 /* For debugging purposes put the maximum number of keys in a variable.  */
 const int __linuxthreads_pthread_keys_max = PTHREAD_KEYS_MAX;
+const int __linuxthreads_pthread_key_2ndlevel_size = PTHREAD_KEY_2NDLEVEL_SIZE;
 
 /* Mutex to protect access to pthread_keys */