diff options
Diffstat (limited to 'newlib/libc/stdio/vsiscanf.c')
-rw-r--r-- | newlib/libc/stdio/vsiscanf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vsiscanf.c b/newlib/libc/stdio/vsiscanf.c index c620184..ffbf22e 100644 --- a/newlib/libc/stdio/vsiscanf.c +++ b/newlib/libc/stdio/vsiscanf.c @@ -29,7 +29,8 @@ #include "local.h" static _READ_WRITE_RETURN_TYPE -_DEFUN(eofread1, (cookie, buf, len), +_DEFUN(eofread1, (ptr, cookie, buf, len), + struct _reent *ptr _AND _PTR cookie _AND char *buf _AND int len) |