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/stdout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/stdout.c')
-rw-r--r--src/stdio/stdout.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/stdout.c b/src/stdio/stdout.c
index 3855dd0b..6b188942 100644
--- a/src/stdio/stdout.c
+++ b/src/stdio/stdout.c
@@ -13,4 +13,4 @@ static FILE f = {
.lock = -1,
};
FILE *const stdout = &f;
-FILE *const __stdout_used = &f;
+FILE *volatile __stdout_used = &f;
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月15日 06:24:22 +0000

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