aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-09-01 08:56:46 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-09-01 08:56:46 +0200
commit924b121c5978689001ae28cf1c8497371dad4f71 (patch)
tree070eaea40e33996c5101fd5782239e15ffec2c25 /ChangeLog
parentd9ff799a5b2884d2abc0a1689fb6b2c71084424c (diff)
downloadglibc-924b121c5978689001ae28cf1c8497371dad4f71.zip
glibc-924b121c5978689001ae28cf1c8497371dad4f71.tar.gz
glibc-924b121c5978689001ae28cf1c8497371dad4f71.tar.bz2
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4841dca..28076c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>