diff options
Diffstat (limited to 'lib/libc/stdio/swprintf.c')
-rw-r--r-- | lib/libc/stdio/swprintf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/swprintf.c b/lib/libc/stdio/swprintf.c index 8928aeabb86..02ba508a445 100644 --- a/lib/libc/stdio/swprintf.c +++ b/lib/libc/stdio/swprintf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: swprintf.c,v 1.5 2012/12/05 23:20:01 deraadt Exp $ */ +/* $OpenBSD: swprintf.c,v 1.6 2015/08/31 02:53:57 guenther Exp $ */ /* $NetBSD: swprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */ /*- @@ -43,3 +43,4 @@ swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...) return (ret); } +DEF_STRONG(swprintf); |