From 98e763d441c2896f407813bf36a5ae1c3c4a0369 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 23 Jan 2003 08:25:15 +0000 Subject: Just be a bit less different from latest glibc version in comments and in the files where variables live. --- libpthread/linuxthreads/specific.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpthread/linuxthreads/specific.c') diff --git a/libpthread/linuxthreads/specific.c b/libpthread/linuxthreads/specific.c index 120bb13df..3df0e4720 100644 --- a/libpthread/linuxthreads/specific.c +++ b/libpthread/linuxthreads/specific.c @@ -27,8 +27,9 @@ static struct pthread_key_struct pthread_keys[PTHREAD_KEYS_MAX] = { { 0, NULL } }; -/* Put the maximum number of keys in a variable to make gdb happy. */ +/* 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