diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-08 06:38:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-08 06:38:19 +0000 |
commit | 9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552 (patch) | |
tree | a349b89e70f8e5cfa79ca7557db72819750adc81 /linuxthreads_db/thread_dbP.h | |
parent | f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b (diff) | |
download | glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.tar.gz |
Update.
* elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
message.
Diffstat (limited to 'linuxthreads_db/thread_dbP.h')
-rw-r--r-- | linuxthreads_db/thread_dbP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads_db/thread_dbP.h b/linuxthreads_db/thread_dbP.h index a64a5b32aa..85222abdf3 100644 --- a/linuxthreads_db/thread_dbP.h +++ b/linuxthreads_db/thread_dbP.h @@ -23,6 +23,7 @@ enum LINUXTHREADS_CREATE_EVENT, LINUXTHREADS_DEATH_EVENT, LINUXTHREADS_REAP_EVENT, + LINUXTHREADS_INITIAL_REPORT_EVENTS, NUM_MESSAGES }; |