summaryrefslogtreecommitdiff
path: root/src/stdio/stderr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/stderr.c')
-rw-r--r--src/stdio/stderr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stdio/stderr.c b/src/stdio/stderr.c
index 0a2a6a2e..f2841f0d 100644
--- a/src/stdio/stderr.c
+++ b/src/stdio/stderr.c
@@ -1,6 +1,5 @@
#include <stdio.h>
- extern FILE *stderr;
-#define stderr stderr
+#define stderr __stderr
/** standard error **/