Re: nptl 0.55

Jakub Jelinek <[email protected]>
Newsgroups gmane.comp.lib.phil
Message-ID <[email protected]>
On Wed, Jul 23, 2003 at 09:44:01AM -0400, Rhino wrote:
> but where should __resp being declared/initialized ? (i'm trying to know
> this code better)

resolv/res_libc.c:
__thread struct __res_state *__resp = &_res;
nptl/pthread_create.c (start_thread):
  /* Initialize resolver state pointer.  */
  __resp = &pd->res;

	Jakub
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.