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