aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads_db/td_symbol_list.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-08 06:38:19 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-08 06:38:19 +0000
commit9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552 (patch)
treea349b89e70f8e5cfa79ca7557db72819750adc81 /linuxthreads_db/td_symbol_list.c
parentf70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b (diff)
downloadglibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.tar
glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.tar.gz
glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.tar.bz2
glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.zip
Update.
* elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error message.
Diffstat (limited to 'linuxthreads_db/td_symbol_list.c')
-rw-r--r--linuxthreads_db/td_symbol_list.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads_db/td_symbol_list.c b/linuxthreads_db/td_symbol_list.c
index e64d298f97..813261875c 100644
--- a/linuxthreads_db/td_symbol_list.c
+++ b/linuxthreads_db/td_symbol_list.c
@@ -1,5 +1,5 @@
/* Return list of symbols the library can request.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2001.
@@ -36,6 +36,7 @@ static const char *symbol_list_arr[] =
[LINUXTHREADS_CREATE_EVENT] = "__linuxthreads_create_event",
[LINUXTHREADS_DEATH_EVENT] = "__linuxthreads_death_event",
[LINUXTHREADS_REAP_EVENT] = "__linuxthreads_reap_event",
+ [LINUXTHREADS_INITIAL_REPORT_EVENTS] = "__linuxthreads_initial_report_events",
[NUM_MESSAGES] = NULL
};