diff options
Diffstat (limited to 'newlib/libc/stdio/fseek.c')
-rw-r--r-- | newlib/libc/stdio/fseek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/fseek.c b/newlib/libc/stdio/fseek.c index 09edc42..9944fd8 100644 --- a/newlib/libc/stdio/fseek.c +++ b/newlib/libc/stdio/fseek.c @@ -131,7 +131,7 @@ _DEFUN(_fseek_r, (ptr, fp, offset, whence), /* Make sure stdio is set up. */ - CHECK_INIT (ptr); + CHECK_INIT (ptr, fp); _flockfile (fp); |