New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/31686#discussion_r659370545 Comment: Unless they actually touch `_res` internals (which would be kinda broken in most cases anyway), you can just do `#define res_ninit(r) res_init`; musl's resolver is completely stateless (maybe you can even do it as a CFLAGS define? nto sure). Should save you some trouble ;)