summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4473569abc..d92a37143f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2019-05-02 Florian Weimer <fweimer@redhat.com>
+ * iconv/gconv_dl.c (release_handle): Remove file-level definition.
+ (do_release_shlib): Adjust for __twalk_r.
+ (__gconv_release_shlib): Call __twalk_r.
+
+2019-05-02 Florian Weimer <fweimer@redhat.com>
+
misc: Add twalk_r function.
* include/search.h (__twalk_r): Declare.
* manual/examples/twalk.c: New file.