]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/FreeBSD/feof.c
Libc-391.tar.gz
[apple/libc.git] / stdio / FreeBSD / feof.c
index 8b1cf4189ad77df3ed13c10b95ae478113abc9bf..7c091871dc7c45684cea1b52069b9ffb020e15c4 100644 (file)
 static char sccsid[] = "@(#)feof.c     8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/stdio/feof.c,v 1.8 2002/03/22 21:53:04 obrien Exp $");
+__FBSDID("$FreeBSD: src/lib/libc/stdio/feof.c,v 1.9 2004/03/17 01:43:07 tjr Exp $");
 
 #include "namespace.h"
 #include <stdio.h>
 #include "un-namespace.h"
 #include "libc_private.h"
 
-/*
- * feof has traditionally been a macro in <stdio.h>.  That is no
- * longer true because it needs to be thread-safe.
- *
- * #undef feof
- */
+#undef feof
+
 int
 feof(FILE *fp)
 {