This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [BZ #15890][PATCH] Initialize res_hconf in nscd
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Siddhesh Poyarekar <siddhesh at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 27 Aug 2013 09:53:41 -0700 (PDT)
- Subject: Re: [BZ #15890][PATCH] Initialize res_hconf in nscd
- Authentication-results: sourceware.org; auth=none
- References: <20130826063650 dot GD2011 at spoyarek dot pnq dot redhat dot com>
> + /* Initialize configurations. */
> + if (__builtin_expect (!_res_hconf.initialized, 0))
> + _res_hconf_init ();
__glibc_unlikely