aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/fvwrite.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/fvwrite.h')
-rw-r--r--newlib/libc/stdio/fvwrite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdio/fvwrite.h b/newlib/libc/stdio/fvwrite.h
index f27abdf..901b560 100644
--- a/newlib/libc/stdio/fvwrite.h
+++ b/newlib/libc/stdio/fvwrite.h
@@ -19,7 +19,7 @@
#include <_ansi.h>
/*
- * I/O descriptors for __sfvwrite().
+ * I/O descriptors for __sfvwrite_r().
*/
struct __siov {
_CONST _PTR iov_base;
@@ -32,7 +32,7 @@ struct __suio {
};
-extern int _EXFUN(__sfvwrite,(FILE *, struct __suio *));
+extern int _EXFUN(__sfvwrite_r,(struct _reent *, FILE *, struct __suio *));
extern int _EXFUN(__swsetup,(FILE *));