mirror of https://git.musl-libc.org/git/musl
committed by
Rich Felker
2 changed files with 10 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||
#include <resolv.h> |
|||
#include "libc.h" |
|||
|
|||
int __dn_comp(const char *src, unsigned char *dst, int space, unsigned char **dnptrs, unsigned char **lastdnptr) |
|||
{ |
|||
return -1; |
|||
} |
|||
|
|||
weak_alias(__dn_comp, dn_comp); |
|||
Loading…
Reference in new issue