]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 25 Sep 1999 17:52:31 +0000 (17:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 25 Sep 1999 17:52:31 +0000 (17:52 +0000)
(__linuxthreads_pthread_key_2ndlevel_size): New variable.

linuxthreads/ChangeLog
linuxthreads/specific.c

index fcb5c81c14455ee4d7ea8a6cecfef40ff5d4538a..d83f63c2426ede3cecb0fe7700cdcd32e5e521ab 100644 (file)
@@ -2,6 +2,7 @@
 
        * manager.c (__linuxthreads_pthread_threads_max): New variable.
        * specific.c (__linuxthreads_pthread_keys_max): New variable.
+       (__linuxthreads_pthread_key_2ndlevel_size): New variable.
 
        * condvar.c (pthread_cond_timedwait_relative): Never return with
        EINTR.  Patch by Andreas Schwab.
index 83ea283ba57e333a55a37e0f7c08742d70852f8a..0c302d4b4196f00f60935bfb8fb63e1594855e07 100644 (file)
@@ -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 */