From 61ba39a23786a7ae9694705af1d146c00a319144 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 5 Feb 2011 04:35:27 +0100 Subject: Getting rid of newlib, starting to implement a libc. Highly experimental, highly untested. --- os/src/fclose.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 os/src/fclose.c (limited to 'os/src/fclose.c') diff --git a/os/src/fclose.c b/os/src/fclose.c deleted file mode 100644 index 4c4c3fc..0000000 --- a/os/src/fclose.c +++ /dev/null @@ -1,8 +0,0 @@ -#include -#include -#include "osdebug.h" - -int fclose(FILE * fp) { -// DBGOUT("fclose(%p)\r\n", fp); - return _fclose_r(_impure_ptr, fp); -} -- cgit v1.2.3