aboutsummaryrefslogtreecommitdiff
path: root/common/stdio.h
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2008-10-04 13:30:01 +0000
committerGuido Günther <agx@sigxcpu.org>2009-04-26 15:26:25 +0200
commit7ef5cc75cfd3cf93f7edaf2b1b02e557ae16bf7f (patch)
tree1e06945ff9a265fd75d27de5eb57e00d4b45fbf3 /common/stdio.h
parentf67b21c9ea33de6070de851762fb84b002ae523b (diff)
Remove arc references from common libc and add an prom abstraction
Diffstat (limited to 'common/stdio.h')
-rw-r--r--common/stdio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/stdio.h b/common/stdio.h
index 9ee52d3..d15603e 100644
--- a/common/stdio.h
+++ b/common/stdio.h
@@ -8,6 +8,9 @@
typedef unsigned long FILE;
+#define STDIN_FILENO 0
+#define STDOUT_FILENO 1
+
#define EOF (-1)
extern FILE *stdin;