]> git.ipfire.org Git - thirdparty/glibc.git/commit
iconvconfig: Use common gconv module parsing function
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 10 Jun 2021 09:01:57 +0000 (14:31 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 23 Jun 2021 03:24:13 +0000 (08:54 +0530)
commiteeac390eecf7de24a110dc84e77e1190f42c5305
tree115aeb8a81162f71bef1190211e1698303ec280c
parentd8e8097f3be5b3c49fc741fa19e1da0b0431384c
iconvconfig: Use common gconv module parsing function

Drop local copy of gconv file parsing and use the one in
gconv_parseconfdir.h instead.  Now there is a single implementation of
configuration file parsing.

Reviewed-by: DJ Delorie <dj@redhat.com>
iconv/iconvconfig.c