diff options
Diffstat (limited to 'libio/feof.c')
-rw-r--r-- | libio/feof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/feof.c b/libio/feof.c index dbe9a40c1f..cf9b7eee42 100644 --- a/libio/feof.c +++ b/libio/feof.c @@ -28,7 +28,7 @@ #include "stdio.h" int -_IO_feof (_IO_FILE *fp) +_IO_feof (FILE *fp) { int result; CHECK_FILE (fp, EOF); |