From 1c82b97f9624f04f780e2e7f5408d748f07a364d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 15 Feb 2003 22:32:50 +0000 Subject: Update. * tst-mutex5.c (do_test): Add more timedlock tests. --- nptl_db/td_symbol_list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl_db/td_symbol_list.c') 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 , 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", -- cgit v1.2.3