aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-11-13 17:55:12 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-11-13 19:29:32 +0100
commitcae87e64dca14f50da7bbd99085c7f5e413ad0f8 (patch)
tree685bd105721f6f2f8ccc764f2a9a7569b70cdb63 /ChangeLog
parenteceed67166ca9ee0587107baa394c7c3bc369813 (diff)
downloadglibc-cae87e64dca14f50da7bbd99085c7f5e413ad0f8.tar
glibc-cae87e64dca14f50da7bbd99085c7f5e413ad0f8.tar.gz
glibc-cae87e64dca14f50da7bbd99085c7f5e413ad0f8.tar.bz2
glibc-cae87e64dca14f50da7bbd99085c7f5e413ad0f8.zip
support: Add <support/next_to_fault.h>
Based on the implementation in resolv/tst-inet_pton.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7482e6d348..ffeb208132 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-11-13 Florian Weimer <fweimer@redhat.com>
+
+ * support/next_to_fault.h, support/next_to_fault.c: New files.
+ * support/Makefile (libsupport-routines): Add next_to_fault.
+ * resolv/tst-inet_pton.c (struct next_to_fault)
+ (next_to_fault_allocate, next_to_fault_free): Remove.
+ (run_one_test): Switch to <support/next_to_fault.h> interfaces.
+
2017-11-13 H.J. Lu <hongjiu.lu@intel.com>
* elf/dl-support.c: Include <dl-procruntime.c>.