diff options
Diffstat (limited to 'libio/fseeko.c')
-rw-r--r-- | libio/fseeko.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/fseeko.c b/libio/fseeko.c index 9e1dd10fe9..2df0453d35 100644 --- a/libio/fseeko.c +++ b/libio/fseeko.c @@ -28,7 +28,7 @@ #include "stdio.h" int -fseeko (_IO_FILE *fp, off_t offset, int whence) +fseeko (FILE *fp, off_t offset, int whence) { int result; CHECK_FILE (fp, -1); |