summaryrefslogtreecommitdiffhomepage
path: root/src/internal/nolibc/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/nolibc/stdio.h')
-rw-r--r--src/internal/nolibc/stdio.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/internal/nolibc/stdio.h b/src/internal/nolibc/stdio.h
new file mode 100644
index 0000000..610533e
--- /dev/null
+++ b/src/internal/nolibc/stdio.h
@@ -0,0 +1,8 @@
+#ifndef _STDIO_H
+#define _STDIO_H
+
+#define STDIN_FILENO 0
+#define STDOUT_FILENO 1
+#define STDERR_FILENO 2
+
+#endif