提交 e936e461 编写于 作者: R Rich Felker

res_search symbol, aliased to res_query for now (better than nothing)

上级 191ebcac
#include <netdb.h>
#include "__dns.h"
#include "libc.h"
int res_query(const char *name, int class, int type, unsigned char *dest, int len)
{
......@@ -18,3 +19,5 @@ int res_query(const char *name, int class, int type, unsigned char *dest, int le
}
return 512;
}
weak_alias(res_query, res_search);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册