summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/getwchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/getwchar.c')
-rw-r--r--lib/libc/stdio/getwchar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/getwchar.c b/lib/libc/stdio/getwchar.c
index 2a112ed8fbe..644b553ce6c 100644
--- a/lib/libc/stdio/getwchar.c
+++ b/lib/libc/stdio/getwchar.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getwchar.c,v 1.1 2005/06/17 20:40:32 espie Exp $ */
+/* $OpenBSD: getwchar.c,v 1.2 2015/08/31 02:53:57 guenther Exp $ */
/* $NetBSD: getwchar.c,v 1.2 2003/01/18 11:29:55 thorpej Exp $ */
/*-
@@ -43,3 +43,4 @@ getwchar()
return fgetwc(stdin);
}
+DEF_STRONG(getwchar);