From 7ac6fad987c28dc5e0e7964084260f163179be68 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 15 May 2019 07:16:47 +0200 Subject: 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 . It should have been added to the internal header. Reviewed-by: Carlos O'Donell --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cfdfcd57b7..4b4fac4755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2019-05-15 Florian Weimer + + * iconv/gconv.h (__gconv_transliterate): Move declaration … + * iconv/gconv_int.h (__gconv_transliterate): … here. + * iconv/loop.c: Include instead of . + * iconv/skeleton.c: Likewise. + 2019-05-14 Florian Weimer Linux: Add the tgkill function. -- cgit 1.4.1