summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/vprintf.c')
-rw-r--r--lib/libc/stdio/vprintf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c
index fcc622ca799..5d858b60e5b 100644
--- a/lib/libc/stdio/vprintf.c
+++ b/lib/libc/stdio/vprintf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vprintf.c,v 1.8 2006/01/06 18:53:04 millert Exp $ */
+/* $OpenBSD: vprintf.c,v 1.9 2015/08/31 02:53:57 guenther Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -38,3 +38,4 @@ vprintf(const char *fmt, __va_list ap)
{
return (vfprintf(stdout, fmt, ap));
}
+DEF_STRONG(vprintf);