diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-23 08:25:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-23 08:25:15 +0000 |
commit | 98e763d441c2896f407813bf36a5ae1c3c4a0369 (patch) | |
tree | 7faad93bc0aeba9bb107ab59d1c6c8e3cd5ae79c /libpthread/linuxthreads_db | |
parent | f6a7ce04b503695f1a4aaf48fc81b227d0daf052 (diff) |
Just be a bit less different from latest glibc version in comments
and in the files where variables live.
Diffstat (limited to 'libpthread/linuxthreads_db')
-rw-r--r-- | libpthread/linuxthreads_db/td_symbol_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads_db/td_symbol_list.c b/libpthread/linuxthreads_db/td_symbol_list.c index 707d89361..61072dbf1 100644 --- a/libpthread/linuxthreads_db/td_symbol_list.c +++ b/libpthread/linuxthreads_db/td_symbol_list.c @@ -29,7 +29,7 @@ static const char *symbol_list_arr[] = [PTHREAD_HANDLES_NUM] = "__pthread_handles_num", [PTHREAD_HANDLES] = "__pthread_handles", [PTHREAD_KEYS] = "pthread_keys", - [LINUXTHREADS_PTHREAD_THREADS_MAX] = "__pthread_threads_max", + [LINUXTHREADS_PTHREAD_THREADS_MAX] = "__linuxthreads_pthread_threads_max", [LINUXTHREADS_PTHREAD_KEYS_MAX] = "__linuxthreads_pthread_keys_max", [LINUXTHREADS_PTHREAD_SIZEOF_DESCR] = "__linuxthreads_pthread_sizeof_descr", [LINUXTHREADS_CREATE_EVENT] = "__linuxthreads_create_event", |