aboutsummaryrefslogtreecommitdiff
path: root/stdio/getc.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/getc.c')
-rw-r--r--stdio/getc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/stdio/getc.c b/stdio/getc.c
deleted file mode 100644
index eee136a902..0000000000
--- a/stdio/getc.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-#undef getc
-#define fgetc getc
-#include <fgetc.c>
-
-weak_alias (getc, getc_unlocked)