mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
1999-10-14 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_handle_create): Remove p_startfct initialization. * internals.h (_pthread_descr_struct): We don't need p_startfct field.
This commit is contained in:
@ -35,10 +35,6 @@ td_thr_validate (const td_thrhandle_t *th)
|
||||
{
|
||||
struct pthread_handle_struct phc;
|
||||
|
||||
if (cnt == 1)
|
||||
/* Skip the manager thread. */
|
||||
continue;
|
||||
|
||||
if (ps_pdread (th->th_ta_p->ph, handles, &phc,
|
||||
sizeof (struct pthread_handle_struct)) != PS_OK)
|
||||
return TD_ERR; /* XXX Other error value? */
|
||||
|
Reference in New Issue
Block a user