about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-05-15 07:16:47 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-05-15 07:16:47 +0200
commit7ac6fad987c28dc5e0e7964084260f163179be68 (patch)
tree73a6e215212fddaa4a0fa82fe0ba55a078f5958b /ChangeLog
parent04b261bdc13afd1f7644c756a23df3d43d400fa4 (diff)
downloadglibc-7ac6fad987c28dc5e0e7964084260f163179be68.tar.gz
glibc-7ac6fad987c28dc5e0e7964084260f163179be68.tar.xz
glibc-7ac6fad987c28dc5e0e7964084260f163179be68.zip
iconv: Remove public declaration of __gconv_transliterate
Commit ba7b4d294b01870ce3497971e9d07ee261cdc540 ("Complete the
removal of __gconv_translit_find") added a declaration of the
GLIBC_PRIVATE function, __gconv_transliterate, to the installed
header <gconv.h>.  It should have been added to the internal
<gconv_int.h> header.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfdfcd57b7..4b4fac4755 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-05-15  Florian Weimer  <fweimer@redhat.com>
+
+	* iconv/gconv.h (__gconv_transliterate): Move declaration …
+	* iconv/gconv_int.h (__gconv_transliterate): … here.
+	* iconv/loop.c: Include <iconv/gconv_int.h> instead of <gconv.h>.
+	* iconv/skeleton.c: Likewise.
+
 2019-05-14  Florian Weimer  <fweimer@redhat.com>
 
 	Linux: Add the tgkill function.