diff options
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/herror.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resolv/herror.c b/resolv/herror.c index c143cec28c..0aaf29f9db 100644 --- a/resolv/herror.c +++ b/resolv/herror.c @@ -80,7 +80,6 @@ const int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] }; void herror(const char *s) { struct iovec iov[4], *v = iov; - extern int * __h_errno(); if (s != NULL && *s != '\0') { v->iov_base = (/*noconst*/ char *)s; |