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/fvwrite.h | |
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/fvwrite.h')
-rw-r--r-- | lib/libc/stdio/fvwrite.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/fvwrite.h b/lib/libc/stdio/fvwrite.h index 2344e42e2f6..d3a309b2938 100644 --- a/lib/libc/stdio/fvwrite.h +++ b/lib/libc/stdio/fvwrite.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fvwrite.h,v 1.5 2003/06/02 20:18:37 millert Exp $ */ +/* $OpenBSD: fvwrite.h,v 1.6 2013/11/12 07:04:35 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -46,3 +46,4 @@ struct __suio { }; extern int __sfvwrite(FILE *, struct __suio *); +wint_t __fputwc_unlock(wchar_t wc, FILE *fp); |