From 4b86b5390157b27ef6f13cfffac669a4ca39ca45 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Mon, 14 Sep 2015 07:38:38 +0000 Subject: Finish wrapping so that calls go direct and the symbols are all weak --- src/lib/libc/net/herror.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libc/net/herror.c') diff --git a/src/lib/libc/net/herror.c b/src/lib/libc/net/herror.c index 8dee0cc382..356c85fa1d 100644 --- a/src/lib/libc/net/herror.c +++ b/src/lib/libc/net/herror.c @@ -1,4 +1,4 @@ -/* $OpenBSD: herror.c,v 1.9 2015/01/16 16:48:51 deraadt Exp $ */ +/* $OpenBSD: herror.c,v 1.10 2015/09/14 07:38:38 guenther Exp $ */ /* * ++Copyright++ 1987, 1993 @@ -103,3 +103,4 @@ hstrerror(int err) return (h_errlist[err]); return ("Unknown resolver error"); } +DEF_WEAK(hstrerror); -- cgit v1.2.3-55-g6feb