From 38a75b98f3fd53b60cfeaff8ed9b08fd7afaad1c 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 --- lib/libc/stdio/open_wmemstream.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/stdio/open_wmemstream.c') diff --git a/lib/libc/stdio/open_wmemstream.c b/lib/libc/stdio/open_wmemstream.c index f714e9edf46..aceef35153c 100644 --- a/lib/libc/stdio/open_wmemstream.c +++ b/lib/libc/stdio/open_wmemstream.c @@ -1,4 +1,4 @@ -/* $OpenBSD: open_wmemstream.c,v 1.7 2015/08/31 02:53:57 guenther Exp $ */ +/* $OpenBSD: open_wmemstream.c,v 1.8 2015/09/12 16:23:14 guenther Exp $ */ /* * Copyright (c) 2011 Martin Pieuchot @@ -167,4 +167,3 @@ open_wmemstream(wchar_t **pbuf, size_t *psize) return (fp); } -DEF_WEAK(open_wmemstream); -- cgit v1.2.3-59-g8ed1b