1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
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:
Ulrich Drepper
1999-10-15 00:38:31 +00:00
parent 3e1e749e27
commit f6367df2fd
9 changed files with 36 additions and 19 deletions

View File

@ -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? */