summaryrefslogtreecommitdiff
path: root/libgcompat/resolv.c
AgeCommit message (Collapse)AuthorFilesLines
2018-09-11libgcompat: Fix formatting inconsistencies (clang-format)Samuel Holland1-1/+1
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-06-13resolv: add __res_search aliasA. Wilcox1-0/+6
2018-01-15resolv: Clean up, avoid NULL derefSamuel Holland1-8/+16
* Make comment style consistent with the rest of the project, and remove outdated header name. * Remove "static inline" from functions (this is no longer a header). * Check statp for NULL in res_ninit like in res_nclose. Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-01-14libgcompat: Add and use a macro for defining symbol aliasesSamuel Holland1-7/+6
* Prefer providing the underscore-prefixed symbol as the strong definition. * Do not use a weak alias if the alias is also underscore-prefixed. * Make libgcompat objects depend on the new header. [NOTE: I originally took the weak_alias macro from musl's libc.h, but it's trivial and the same pattern already in use. If desired, I can add the musl copyright notice.] Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-01-14global: Format the code consistentlySamuel Holland1-5/+8
* Apply clang-format. * Change all comments to the same style. * Add braces as dictated by the coding style guidelines. Signed-off-by: Samuel Holland <samuel@sholland.org>
2017-10-15resolv: new moduleA. Wilcox1-0/+32