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