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/stdin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/stdin.c')
-rw-r--r--src/stdio/stdin.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/stdin.c b/src/stdio/stdin.c
index 476dc708..171ff22a 100644
--- a/src/stdio/stdin.c
+++ b/src/stdio/stdin.c
@@ -12,4 +12,4 @@ static FILE f = {
.lock = -1,
};
FILE *const stdin = &f;
-FILE *const __stdin_used = &f;
+FILE *volatile __stdin_used = &f;
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月20日 10:13:42 +0000

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