summaryrefslogtreecommitdiff
path: root/src/stdio/getchar_unlocked.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/getchar_unlocked.c')
-rw-r--r--src/stdio/getchar_unlocked.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/getchar_unlocked.c b/src/stdio/getchar_unlocked.c
index adeeccbd..886d5016 100644
--- a/src/stdio/getchar_unlocked.c
+++ b/src/stdio/getchar_unlocked.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
int getchar_unlocked(void)
@@ -8,3 +10,6 @@ int getchar_unlocked(void)
/*
POSIX(199506)
*/
+
+
+#endif