diff options
Diffstat (limited to 'lib/libc/stdio/vdprintf.c')
-rw-r--r-- | lib/libc/stdio/vdprintf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/vdprintf.c b/lib/libc/stdio/vdprintf.c index 49c19697710..e76fcd4987b 100644 --- a/lib/libc/stdio/vdprintf.c +++ b/lib/libc/stdio/vdprintf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vdprintf.c,v 1.1 2013/01/30 00:08:13 brad Exp $ */ +/* $OpenBSD: vdprintf.c,v 1.2 2015/08/31 02:53:57 guenther Exp $ */ /* $FreeBSD: src/lib/libc/stdio/vdprintf.c,v 1.4 2012/11/17 01:49:40 svnexp Exp $ */ /*- @@ -71,3 +71,4 @@ vdprintf(int fd, const char * __restrict fmt, va_list ap) return fflush(&f) ? EOF : ret; } +DEF_WEAK(vdprintf); |