diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-04-19 14:29:11 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-04-19 14:29:24 +0200 |
commit | bee05c9d58a34ec5886faf3b56ecaa56355d94bf (patch) | |
tree | a06d305b3059a1fbbf55f7e183102124ed02a02f /ChangeLog | |
parent | 3e2cf872a5509d5ba903c1766ca533d56c430655 (diff) | |
download | glibc-bee05c9d58a34ec5886faf3b56ecaa56355d94bf.zip glibc-bee05c9d58a34ec5886faf3b56ecaa56355d94bf.tar.gz glibc-bee05c9d58a34ec5886faf3b56ecaa56355d94bf.tar.bz2 |
resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likely
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2017-04-19 Florian Weimer <fweimer@redhat.com> + * resolv/gai_suspend.c (gai_suspend): Replace __builtin_expect + with __glibc_likely. + * resolv/nss_dns/dns-host.c (getanswer_r, gaih_getanswer_slice): + Replace __builtin_expect with __glibc_unlikely. + * resolv/res_init.c (__res_vinit): Likewise. + * resolv/res_query.c (__libc_res_nquery): Likewise. + * resolv/res_send.c (__libc_res_nsend): Likewise. + +2017-04-19 Florian Weimer <fweimer@redhat.com> + [BZ #15722] * resolv/res_hconf.c (_res_hconf_reorder_addrs): Create socket with SOCK_CLOEXEC. |