about summary refs log tree commit diff
path: root/resolv/res_context_hostalias.c
Commit message (Collapse)AuthorAgeFilesLines
* resolv: Move __res_context_hostalias into its own file and into libcFlorian Weimer2021-07-191-0/+132
And reformat it to GNU style. Remove the unecessary setbuf call. Use __fgets_unlocked for PLT avoidance; no locking is required here. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>