summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads_db/td_thr_set_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/linuxthreads_db/td_thr_set_event.c')
-rw-r--r--libpthread/linuxthreads_db/td_thr_set_event.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/libpthread/linuxthreads_db/td_thr_set_event.c b/libpthread/linuxthreads_db/td_thr_set_event.c
index f537cce05..205b445c7 100644
--- a/libpthread/linuxthreads_db/td_thr_set_event.c
+++ b/libpthread/linuxthreads_db/td_thr_set_event.c
@@ -1,5 +1,5 @@
/* Enable specific event for thread.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
@@ -31,7 +31,12 @@ td_thr_set_event (th, event)
td_thr_events_t old_event;
int i;
- LOG (__FUNCTION__);
+ LOG ("td_thr_set_event");
+
+ /* What shall we do if no thread descriptor exists but the user
+ wants to set an event? */
+ if (th->th_unique == NULL)
+ return TD_NOTALLOC;
/* Write the new value into the thread data structure. */
if (ps_pdread (th->th_ta_p->ph,