diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-09 01:18:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-09 01:18:02 +0000 |
commit | 178a145a90c1c03baaa634bdb69a73b2e6aa2c72 (patch) | |
tree | eb873b4e4461788704636c745a13aa3af8edbd1e /linuxthreads_db/td_thr_get_info.c | |
parent | 727211c42911512f71d23eacf584ce1c3dbfd4c2 (diff) | |
download | glibc-178a145a90c1c03baaa634bdb69a73b2e6aa2c72.tar.gz glibc-178a145a90c1c03baaa634bdb69a73b2e6aa2c72.tar.xz glibc-178a145a90c1c03baaa634bdb69a73b2e6aa2c72.zip |
Update.
1999-11-08 Ulrich Drepper <drepper@cygnus.com> * pthread.c (__pthread_initialize_manager): Initialize __pthread_manager_thread.p_tid.
Diffstat (limited to 'linuxthreads_db/td_thr_get_info.c')
-rw-r--r-- | linuxthreads_db/td_thr_get_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads_db/td_thr_get_info.c b/linuxthreads_db/td_thr_get_info.c index 21f9f68d07..25ad3408a9 100644 --- a/linuxthreads_db/td_thr_get_info.c +++ b/linuxthreads_db/td_thr_get_info.c @@ -64,7 +64,7 @@ td_thr_get_info (const td_thrhandle_t *th, td_thrinfo_t *infop) } /* Initialization which are the same in both cases. */ - infop->ti_lid = pds.p_pid; + infop->ti_lid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); infop->ti_ta_p = th->th_ta_p; infop->ti_startfunc = pds.p_start_args.start_routine; memcpy (&infop->ti_events, &pds.p_eventbuf.eventmask, |