about summary refs log tree commit diff
path: root/resolv/compat-gethnamaddr.c
Commit message (Collapse)AuthorAgeFilesLines
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-7/+7
|
* resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer2016-12-301-0/+903
This change also removes the preprocessor-based function renaming. It also applied to tests in resolv/, which ended up running against the historic functions. _endhtent was not part of the ABI because it is not listed in the resolv/Versions file.