summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/fclean.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/fclean.c')
-rw-r--r--newlib/libc/sys/linux/fclean.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/newlib/libc/sys/linux/fclean.c b/newlib/libc/sys/linux/fclean.c
deleted file mode 100644
index 2fb11fc83..000000000
--- a/newlib/libc/sys/linux/fclean.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int
-fclean (FILE *fp)
-{
- return fflush (fp);
-}