From aa0ca6fd290c87adca6af8cb3422fff0bbff7169 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 25 Jul 2002 20:09:20 +0000 Subject: 2002-07-25 Jeff Johnston * libc/sys/linux/Makefile.am: Add fclean.c. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/fclean.c: New file. --- newlib/libc/sys/linux/fclean.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 newlib/libc/sys/linux/fclean.c (limited to 'newlib/libc/sys/linux/fclean.c') diff --git a/newlib/libc/sys/linux/fclean.c b/newlib/libc/sys/linux/fclean.c new file mode 100644 index 000000000..2fb11fc83 --- /dev/null +++ b/newlib/libc/sys/linux/fclean.c @@ -0,0 +1,7 @@ +#include + +int +fclean (FILE *fp) +{ + return fflush (fp); +} -- cgit v1.2.3