summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/siscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/siscanf.c')
-rw-r--r--newlib/libc/stdio/siscanf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/stdio/siscanf.c b/newlib/libc/stdio/siscanf.c
index 694750dae..2c69921ff 100644
--- a/newlib/libc/stdio/siscanf.c
+++ b/newlib/libc/stdio/siscanf.c
@@ -112,7 +112,8 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>,
/* | ARGSUSED */
/*SUPPRESS 590*/
static _READ_WRITE_RETURN_TYPE
-_DEFUN(eofread, (cookie, buf, len),
+_DEFUN(eofread, (ptr, cookie, buf, len),
+ struct _reent *ptr _AND
_PTR cookie _AND
char *buf _AND
int len)