diff options
Diffstat (limited to 'newlib/libc/stdio64')
-rw-r--r-- | newlib/libc/stdio64/fseeko64.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libc/stdio64/fseeko64.c b/newlib/libc/stdio64/fseeko64.c index d605dd09b..34eee6783 100644 --- a/newlib/libc/stdio64/fseeko64.c +++ b/newlib/libc/stdio64/fseeko64.c @@ -26,18 +26,18 @@ INDEX ANSI_SYNOPSIS #include <stdio.h> - int fseeko64(FILE *<[fp]>, _off64_t <[offset]>, int <[whence]>) + int fseeko64(FILE *<[fp]>, _off64_t <[offset]>, int <[whence]>); int _fseeko64_r (struct _reent *<[ptr]>, FILE *<[fp]>, - _off64_t <[offset]>, int <[whence]>) + _off64_t <[offset]>, int <[whence]>); TRAD_SYNOPSIS #include <stdio.h> - int fseeko64(<[fp]>, <[offset]>, <[whence]>) + int fseeko64(<[fp]>, <[offset]>, <[whence]>); FILE *<[fp]>; _off64_t <[offset]>; int <[whence]>; - int _fseeko64_r (<[ptr]>, <[fp]>, <[offset]>, <[whence]>) + int _fseeko64_r (<[ptr]>, <[fp]>, <[offset]>, <[whence]>); struct _reent *<[ptr]>; FILE *<[fp]>; _off64_t <[offset]>; |