diff options
Diffstat (limited to 'libio/stdio.h')
-rw-r--r-- | libio/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/stdio.h b/libio/stdio.h index 7f0a087a01..e716cee61e 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -582,7 +582,7 @@ extern int __REDIRECT (fseeko, extern __off64_t __REDIRECT (ftello, __P ((FILE *__stream)), ftello64); extern int __REDIRECT (fgetpos, __P ((FILE *__restrict __stream, fpos_t *__restrict __pos)), fgetpos64); -extern int __REDIRECT (fsetpos, __P, ((FILE *__stream, __const fpos_t *__pos)), +extern int __REDIRECT (fsetpos, __P ((FILE *__stream, __const fpos_t *__pos)), fsetpos64); # else # define fseeko fseeko64 |