diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-09-01 08:56:46 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-09-01 08:56:46 +0200 |
commit | 924b121c5978689001ae28cf1c8497371dad4f71 (patch) | |
tree | 070eaea40e33996c5101fd5782239e15ffec2c25 /ChangeLog | |
parent | d9ff799a5b2884d2abc0a1689fb6b2c71084424c (diff) | |
download | glibc-924b121c5978689001ae28cf1c8497371dad4f71.tar glibc-924b121c5978689001ae28cf1c8497371dad4f71.tar.gz glibc-924b121c5978689001ae28cf1c8497371dad4f71.tar.bz2 glibc-924b121c5978689001ae28cf1c8497371dad4f71.zip |
getaddrinfo: Use &errno has the errno pointer
Similar code in nss/getXXbyYY_r.c is already using &errno as the
argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-09-01 Florian Weimer <fweimer@redhat.com> + + * sysdeps/posix/getaddrinfo.c (gethosts): Use errno directly. + (getcanonname): Likewise. + (gaih_inet): Likewise. + 2017-08-31 Steve Ellcey <sellcey@cavium.com> Richard Henderson <rth@twiddle.net> |