提交 97d0988f 编写于 作者: R Rich Felker

add _res (__res_state()) dummy

上级 2b55a619
#include <resolv.h>
/* This is completely unused, and exists purely to satisfy broken apps. */
struct __res_state *__res_state()
{
static struct __res_state res;
return &res;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册