aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-23 17:52:55 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-23 17:52:55 +0200
commitb1e7c13cc58572600809d5173fed2c00c38af2e7 (patch)
tree13a8e71fd2b8279f334d948822bc1923ffad4a88 /ChangeLog
parent3ec7c02cc3e922b9364dc8cfd1d4546671b91003 (diff)
downloadglibc-b1e7c13cc58572600809d5173fed2c00c38af2e7.zip
glibc-b1e7c13cc58572600809d5173fed2c00c38af2e7.tar.gz
glibc-b1e7c13cc58572600809d5173fed2c00c38af2e7.tar.bz2
resolv: Clean up declarations of the __res_initstamp variable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12f1e3b..3108d48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-06-23 Florian Weimer <fweimer@redhat.com>
+ * resolv/resolv-internal.h (__res_initstamp): Declare.
+ * resolv/res_init.c (__res_initstamp): Remove hidden attribute.
+ It is implied by the declaration.
+ * resolv/res_libc.c (__res_initstamp): Remove declaration.
+
+2017-06-23 Florian Weimer <fweimer@redhat.com>
+
[BZ #21662]
* sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S (between_2_3):
Use only 24 bits of the register before the subtraction.