summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/feof.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/feof.c')
-rw-r--r--lib/libc/stdio/feof.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/feof.c b/lib/libc/stdio/feof.c
index 7f58057..efcdc40 100644
--- a/lib/libc/stdio/feof.c
+++ b/lib/libc/stdio/feof.c
@@ -45,7 +45,8 @@ static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93";
*/
#undef feof
-feof(fp)
+
+int feof(fp)
FILE *fp;
{
return (__sfeof(fp));
OpenPOWER on IntegriCloud