From 913cc548a379f5f2408e621a6c02c786392dab9d Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sat, 12 Sep 2015 16:23:14 +0000 Subject: Wrap and finish wrapping of so that calls go direct and the symbols not in the C standard are weak --- src/lib/libc/string/wcsdup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libc/string/wcsdup.c') diff --git a/src/lib/libc/string/wcsdup.c b/src/lib/libc/string/wcsdup.c index 085d1c445d..36f19186ab 100644 --- a/src/lib/libc/string/wcsdup.c +++ b/src/lib/libc/string/wcsdup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcsdup.c,v 1.2 2014/10/08 05:27:17 deraadt Exp $ */ +/* $OpenBSD: wcsdup.c,v 1.3 2015/09/12 16:23:14 guenther Exp $ */ /* $NetBSD: wcsdup.c,v 1.3 2008/05/26 13:17:48 haad Exp $ */ /* @@ -29,3 +29,4 @@ wcsdup(const wchar_t *str) return (wmemcpy(copy, str, len)); } +DEF_WEAK(wcsdup); -- cgit v1.2.3-55-g6feb