diff options
author | Rich Felker <dalias@aerifal.cx> | 2017-11-10 00:27:34 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017-11-10 00:27:34 -0500 |
commit | bff59d13a82cd4c02792fd73da0e7c79bda022ff (patch) | |
tree | 7834d132056c4b60abfe6fb96bbdb2596f8777fa /arch/generic | |
parent | 79f49effa0a82d88a9bb0b1992ed2e5fa807f900 (diff) | |
download | musl-bff59d13a82cd4c02792fd73da0e7c79bda022ff.tar.gz musl-bff59d13a82cd4c02792fd73da0e7c79bda022ff.tar.xz musl-bff59d13a82cd4c02792fd73da0e7c79bda022ff.zip |
move iconv_close to its own translation unit
this is in preparation to support stateful conversion descriptors, which are necessarily allocated and thus must be freed in iconv_close. putting it in a separate TU will avoid pulling in free if iconv_close is not referenced.
Diffstat (limited to 'arch/generic')
0 files changed, 0 insertions, 0 deletions