From 6e42b0f1ac30da9806b6917378bf19335328096d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 25 Sep 1999 17:52:31 +0000 Subject: Update. (__linuxthreads_pthread_key_2ndlevel_size): New variable. --- linuxthreads/specific.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/specific.c') 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 */ -- cgit v1.2.3