mailing list of musl libc
 help / color / mirror / code / Atom feed
ee4abf1f1ade69273c72ac3c963d038e6a813ffb blob 252 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#include <resolv.h>

int __res_send(const unsigned char *msg, int msglen, unsigned char *answer, int anslen)
{
	int r = __res_msend(1, &msg, &msglen, &answer, &anslen, anslen);
	return r<0 || !anslen ? -1 : anslen;
}

weak_alias(__res_send, res_send);
debug log:

solving ee4abf1f ...
found ee4abf1f in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).