summaryrefslogtreecommitdiff
path: root/user/lib
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-28 11:07:15 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-28 11:07:15 -0400
commit55beb3f2985c9fda15f015320d1b9c723c97fbe0 (patch)
tree2caa9f56ac2d16cf3d6865473888ba9ecf50cafc /user/lib
parentseperate interrupt stack (diff)
downloadcomus-55beb3f2985c9fda15f015320d1b9c723c97fbe0.tar.gz
comus-55beb3f2985c9fda15f015320d1b9c723c97fbe0.tar.bz2
comus-55beb3f2985c9fda15f015320d1b9c723c97fbe0.zip
add stderr
Diffstat (limited to 'user/lib')
-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)
{