diff options
Diffstat (limited to 'libc/stdio/fvwrite.c')
-rw-r--r-- | libc/stdio/fvwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/fvwrite.c b/libc/stdio/fvwrite.c index ee394006d..57a57e606 100644 --- a/libc/stdio/fvwrite.c +++ b/libc/stdio/fvwrite.c @@ -44,7 +44,7 @@ * This routine is large and unsightly, but most of the ugliness due * to the three different kinds of output buffering is handled here. */ -int +__LIBC_HIDDEN__ int __sfvwrite(FILE *fp, struct __suio *uio) { size_t len; |