diff options
author | 2013-11-12 07:04:35 +0000 | |
---|---|---|
committer | 2013-11-12 07:04:35 +0000 | |
commit | 1b5098ce5af0beb7c1b212d5ecfa928e80a50885 (patch) | |
tree | 52435f265db88926013b7585b1ca5188a395c2e9 /lib/libc/stdio/vfwprintf.c | |
parent | both files contain a function which should only be static. (diff) | |
download | wireguard-openbsd-1b5098ce5af0beb7c1b212d5ecfa928e80a50885.tar.xz wireguard-openbsd-1b5098ce5af0beb7c1b212d5ecfa928e80a50885.zip |
a __fputwc_unlock() prototype was available in fvwrite.h, so use that
Diffstat (limited to 'lib/libc/stdio/vfwprintf.c')
-rw-r--r-- | lib/libc/stdio/vfwprintf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c index 413df38550e..53c0aaf7362 100644 --- a/lib/libc/stdio/vfwprintf.c +++ b/lib/libc/stdio/vfwprintf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfwprintf.c,v 1.7 2013/11/01 19:05:11 guenther Exp $ */ +/* $OpenBSD: vfwprintf.c,v 1.8 2013/11/12 07:04:35 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -54,8 +54,6 @@ #include "local.h" #include "fvwrite.h" -wint_t __fputwc_unlock(wchar_t wc, FILE *fp); - union arg { int intarg; unsigned int uintarg; |