musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/stderr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/stderr.c')
-rw-r--r--src/stdio/stderr.c 2
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;
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 06:26:58 +0000

AltStyle によって変換されたページ (->オリジナル) /