diff options
Diffstat (limited to 'newlib/libc/stdio/fsetpos.c')
-rw-r--r-- | newlib/libc/stdio/fsetpos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/fsetpos.c b/newlib/libc/stdio/fsetpos.c index 28cd69ead..3748b665c 100644 --- a/newlib/libc/stdio/fsetpos.c +++ b/newlib/libc/stdio/fsetpos.c @@ -44,7 +44,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>, int _DEFUN (fsetpos, (iop, pos), FILE * iop _AND - _CONST fpos_t * pos) + _CONST _fpos_t * pos) { int x = fseek (iop, *pos, SEEK_SET); |