diff options
Diffstat (limited to 'lib/libc/stdio/putwc.c')
-rw-r--r-- | lib/libc/stdio/putwc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/putwc.c b/lib/libc/stdio/putwc.c index 8e2ff2dca45..44096903a8f 100644 --- a/lib/libc/stdio/putwc.c +++ b/lib/libc/stdio/putwc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: putwc.c,v 1.1 2005/06/17 20:40:32 espie Exp $ */ +/* $OpenBSD: putwc.c,v 1.2 2015/08/31 02:53:57 guenther Exp $ */ /* $NetBSD: putwc.c,v 1.3 2003/01/18 11:29:56 thorpej Exp $ */ /*- @@ -43,3 +43,4 @@ putwc(wchar_t wc, FILE *fp) return fputwc(wc, fp); } +DEF_STRONG(putwc); |