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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stdio/__stdin.c b/src/stdio/__stdin.c
index 08b6fd5d..57741fa3 100644
--- a/src/stdio/__stdin.c
+++ b/src/stdio/__stdin.c
@@ -1,7 +1,7 @@
-#if 0
-
#include <stdio.h>
FILE *__stdin;
-
-#endif
+/*
+STDC(0)
+SIGNAL_SAFE(0)
+*/