summaryrefslogtreecommitdiff
path: root/linuxthreads/specific.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-09-25 17:52:31 +0000
committerUlrich Drepper <drepper@redhat.com>1999-09-25 17:52:31 +0000
commit6e42b0f1ac30da9806b6917378bf19335328096d (patch)
tree902ba1eb4b353944c0069d6a23d40c9b691ff309 /linuxthreads/specific.c
parentd790bc347dce29327b69260b5323d87d4fb7e936 (diff)
Update.
(__linuxthreads_pthread_key_2ndlevel_size): New variable.
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 */