aboutsummaryrefslogtreecommitdiff
path: root/resolv/ns_samename.c
AgeCommit message (Collapse)AuthorFilesLines
2021-07-19resolv: Move ns_samename into its own file, and into libcFlorian Weimer1-0/+38
But only as an internal symbol, __libc_ns_samename. The libresolv ABI is preserved. This is because the function is deprecated, and it does not make sense to add new symbol versions for deprecated functions. Also reformat the implementation to GNU style. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>