This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [BZ #15890][PATCH] Initialize res_hconf in nscd


> +  /* Initialize configurations.  */
> +  if (__builtin_expect (!_res_hconf.initialized, 0))
> +    _res_hconf_init ();

__glibc_unlikely


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]