summaryrefslogtreecommitdiff
path: root/nptl_db/td_symbol_list.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-15 22:32:50 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-15 22:32:50 +0000
commit1c82b97f9624f04f780e2e7f5408d748f07a364d (patch)
tree7e7b229fdecf230f0df3832b5f083298e77e6784 /nptl_db/td_symbol_list.c
parentb2f05465748e7e1c0105776a1e0ceda7f7a599b0 (diff)
Update.
* tst-mutex5.c (do_test): Add more timedlock tests.
Diffstat (limited to 'nptl_db/td_symbol_list.c')
-rw-r--r--nptl_db/td_symbol_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl_db/td_symbol_list.c b/nptl_db/td_symbol_list.c
index f6ba91794a..252faa418d 100644
--- a/nptl_db/td_symbol_list.c
+++ b/nptl_db/td_symbol_list.c
@@ -1,5 +1,5 @@
/* Return list of symbols the library can request.
- Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
@@ -27,7 +27,7 @@ static const char *symbol_list_arr[] =
{
[SYM_PTHREAD_THREADS_EVENTS] = "__nptl_threads_events",
[SYM_PTHREAD_LAST_EVENT] = "__nptl_last_event",
- [SYM_PTHREAD_NTHREADS] = "nptl_nthreads",
+ [SYM_PTHREAD_NTHREADS] = "__nptl_nthreads",
[SYM_PTHREAD_STACK_USED] = "stack_used",
[SYM_PTHREAD_STACK_USER] = "__stack_user",
[SYM_PTHREAD_KEYS] = "__pthread_keys",