diff options
Diffstat (limited to 'lib/libc/resolv/h_errno.c')
-rw-r--r-- | lib/libc/resolv/h_errno.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/resolv/h_errno.c b/lib/libc/resolv/h_errno.c index 4d471b4..88d15ae 100644 --- a/lib/libc/resolv/h_errno.c +++ b/lib/libc/resolv/h_errno.c @@ -44,6 +44,3 @@ __h_errno_set(res_state res, int err) { h_errno = res->res_h_errno = err; } - -/* binary backward compatibility for FreeBSD 5.x and 6.x */ -__weak_reference(__h_errno, __h_error); |