summaryrefslogtreecommitdiff
path: root/user/lib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--user/lib/fwrite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/lib/fwrite.c b/user/lib/fwrite.c
index aa828e0..515d4ff 100644
--- a/user/lib/fwrite.c
+++ b/user/lib/fwrite.c
@@ -2,6 +2,7 @@
#include <unistd.h>
FILE *stdout = (void *)1;
+FILE *stderr = (void *)2;
int putchar(int c)
{