diff options
Diffstat (limited to 'lib/libc/stdio/wprintf.c')
-rw-r--r-- | lib/libc/stdio/wprintf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/wprintf.c b/lib/libc/stdio/wprintf.c index 9f7abb64e3b..95243828f00 100644 --- a/lib/libc/stdio/wprintf.c +++ b/lib/libc/stdio/wprintf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wprintf.c,v 1.3 2011/04/28 17:38:46 stsp Exp $ */ +/* $OpenBSD: wprintf.c,v 1.4 2015/08/31 02:53:57 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -46,3 +46,4 @@ wprintf(const wchar_t * __restrict fmt, ...) va_end(ap); return (ret); } +DEF_STRONG(wprintf); |