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