summaryrefslogtreecommitdiff
path: root/src/stdio/stdin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/stdin.c')
-rw-r--r--src/stdio/stdin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stdio/stdin.c b/src/stdio/stdin.c
index ba24de75..329d6d23 100644
--- a/src/stdio/stdin.c
+++ b/src/stdio/stdin.c
@@ -1,6 +1,5 @@
#include <stdio.h>
- extern FILE *stdin;
-#define stdin stdin
+#define stdin __stdin
/** standard input **/