about summary refs log tree commit diff
path: root/resolv/ns_name_compress.c
Commit message (Collapse)AuthorAgeFilesLines
* resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2021-07-191-0/+50
And reformat to GNU style. The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>