mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2002-07-15 Ulrich Drepper <drepper@redhat.com> * intl/tst-gettext.sh: Pass -f option to msgfmt. * intl/tst-gettext.c: Correctly handle untranslated messages in positive tests. * po/de.po: Update from translation team.
This commit is contained in:
@ -28,6 +28,13 @@ td_thr_getgregs (const td_thrhandle_t *th, prgregset_t gregs)
|
||||
|
||||
LOG ("td_thr_getgregs");
|
||||
|
||||
if (th->th_unique == NULL)
|
||||
{
|
||||
/* No data yet. */
|
||||
memset (gregs, '\0', sizeof (prgregset_t));
|
||||
return TD_OK;
|
||||
}
|
||||
|
||||
/* We have to get the state and the PID for this thread. */
|
||||
if (ps_pdread (th->th_ta_p->ph, th->th_unique, &pds,
|
||||
sizeof (struct _pthread_descr_struct)) != PS_OK)
|
||||
|
Reference in New Issue
Block a user