diff options
Diffstat (limited to 'newlib/libc/stdio/fseeko.c')
-rw-r--r-- | newlib/libc/stdio/fseeko.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/fseeko.c b/newlib/libc/stdio/fseeko.c index 0697a5fc7..b3e85596f 100644 --- a/newlib/libc/stdio/fseeko.c +++ b/newlib/libc/stdio/fseeko.c @@ -20,7 +20,7 @@ int fseeko (fp, offset, whence) register FILE *fp; - off_t offset; + _off_t offset; int whence; { /* for now we simply cast since off_t should be long */ |