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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/stderr.c b/src/stdio/stderr.c
index 9a70700c..3fd8f81d 100644
--- a/src/stdio/stderr.c
+++ b/src/stdio/stderr.c
@@ -10,5 +10,7 @@ static FILE f = {
.write = __stdio_write,
.seek = __stdio_seek,
.close = __stdio_close,
+ .lock = -1,
};
FILE *const stderr = &f;
+FILE *const __stderr_used = &f;