diff options
Diffstat (limited to 'newlib/libc/stdio/vsscanf.c')
-rw-r--r-- | newlib/libc/stdio/vsscanf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vsscanf.c b/newlib/libc/stdio/vsscanf.c index 22ed9cd..9bb7c0c 100644 --- a/newlib/libc/stdio/vsscanf.c +++ b/newlib/libc/stdio/vsscanf.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) |